Branch Coverage

File:blib/lib/App/Test/Generator/Model/Method.pm
Coverage:96.6%

line%coveragebranch
79100TFunless defined $args{'name'}
80100TFunless defined $args{'source'}
197100TFif @_ > 1
244100TFif @_ > 1
292100TFif @_ > 1
378100TFunless $valid_categories{$cat}
390100TFunless $valid_signals{$sig}
396100TFdefined $args{'weight'} ? :
525100TFunless $ev->{'category'} eq "return"
526100TFif ($ev->{'signal'} eq 'returns_property') { }
100TFelsif ($ev->{'signal'} eq 'returns_constant') { }
100TFelsif ($ev->{'signal'} eq 'returns_self') { }
100TFelsif ($ev->{'signal'} eq 'legacy_type') { }
100TFelsif ($ev->{'signal'} eq 'context_aware') { }
50TFelsif ($ev->{'signal'} eq 'error_pattern') { }
535100TFif ($t eq 'object') { }
100TFelsif ($t eq 'self') { }
55050TFunless ($score{$b} || 0) <=> ($score{$a} || 0)
604100TF$total >= $MEDIUM_CONFIDENCE_THRESHOLD ? :
100TF$total >= $HIGH_CONFIDENCE_THRESHOLD ? :
651100TFunless defined $self->{'return_type'}
653100TFif ($self->{'return_type'} eq 'object') { }
100TFelsif ($self->{'return_type'} eq 'property') { }
100TFelsif ($self->{'return_type'} eq 'constant') { }
735100TFunless $output and ref $output eq "HASH"
737100TFif ($output->{'type'})
746100TFif ($output->{'_returns_self'})
754100TFif ($output->{'_context_aware'})
762100TFif ($output->{'_error_return'})