Branch Coverage

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

line%coveragebranch
22100TFunless defined $args{'name'}
23100TFunless defined $args{'source'}
44100TFif @_ > 1
50100TFif @_ > 1
56100TFif @_ > 1
67100TFunless $valid_categories{$cat}
79100TFunless $valid_signals{$sig}
85100TFdefined $args{'weight'} ? :
104100TFunless $ev->{'category'} eq "return"
105100TFif ($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') { }
114100TFif ($t eq 'object') { }
100TFelsif ($t eq 'self') { }
12950TFunless ($score{$b} || 0) <=> ($score{$a} || 0)
141100TF$total >= $MEDIUM_CONFIDENCE_THRESHOLD ? :
100TF$total >= $HIGH_CONFIDENCE_THRESHOLD ? :
152100TFunless defined $self->{'return_type'}
154100TFif ($self->{'return_type'} eq 'object') { }
100TFelsif ($self->{'return_type'} eq 'property') { }
100TFelsif ($self->{'return_type'} eq 'constant') { }
170100TFunless $output and ref $output eq "HASH"
172100TFif ($output->{'type'})
181100TFif ($output->{'_returns_self'})
189100TFif ($output->{'_context_aware'})
197100TFif ($output->{'_error_return'})