Condition Coverage

blib/lib/TAP/Tree.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
55 8 1 1 $$testline{'result'} == 0 and not $$testline{'todo'}
62 0 1 4 $is_good_plan && $ran_tests != 0 && $$self{'result'}{'plan'}{'number'} == $ran_tests
324 2 0 68 $msg and $msg =~ /^\s?(-\s.+?)?\s*(#\s.+?)?\s*$/

or 3 conditions

line l !l&&r !l&&!r condition
114 0 0 23 $$self{'tap_file'} or $$self{'tap_tree'}
126 0 0 2 $$self{'tap_ref'} or $$self{'tap_tree'}
138 0 0 0 $$self{'tap_file'} or $$self{'tap_ref'}