Branch Coverage

File:blib/lib/App/Test/Generator/Planner.pm
Coverage:100.0%

line%coveragebranch
73100TFunless defined $args{'schemas'}
74100TFunless defined $args{'package'}
123100TFif ($schema->{'accessor'} and $schema->{'accessor'}{'type'})
125100TFif ($type eq $ACCESSOR_GET) { }
100TFelsif ($type eq $ACCESSOR_GETSET) { }
100TFelsif ($type eq $ACCESSOR_INJECTOR) { }
136100TFif ($schema->{'output'}{'type'} and $schema->{'output'}{'type'} eq $OUTPUT_BOOLEAN)