Branch Coverage

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

line%coveragebranch
87100TFunless defined $args{'name'}
88100TFunless defined $args{'source'}
205100TFif @_ > 1
252100TFif @_ > 1
300100TFif @_ > 1
383100TFunless $VALID_CATEGORIES{$cat}
386100TFunless $VALID_SIGNALS{$sig}
392100TFdefined $args{'weight'} ? :
521100TFunless $ev->{'category'} eq "return"
522100TFif ($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') { }
531100TFif ($t eq 'object') { }
100TFelsif ($t eq 'self') { }
54750TFunless $score{$b} <=> $score{$a}
600100TF$total >= $MEDIUM_CONFIDENCE_THRESHOLD ? :
100TF$total >= $HIGH_CONFIDENCE_THRESHOLD ? :
647100TFunless defined $self->{'return_type'}
649100TFif ($self->{'return_type'} eq 'object') { }
100TFelsif ($self->{'return_type'} eq 'property') { }
100TFelsif ($self->{'return_type'} eq 'constant') { }
732100TFunless $output and ref $output eq "HASH"
734100TFif ($output->{'type'})
743100TFif ($output->{'_returns_self'})
751100TFif ($output->{'_context_aware'})
759100TFif ($output->{'_error_return'})