Condition Coverage

blib/lib/Language/Zcode/Parser/Perl.pm
Criterion Covered Total %
condition 18 21 85.7


and 3 conditions

line !l l&&!r l&&r condition
174 1248 4 229 exists $command{'label'} and not exists $command{'jump_return'}
193 4 1 3 defined $s and $s < $string_min
205 1322 90 14 $sub_ender and $max_PC < $pc
1412 11 3 $sub_ender and $max_PC < $pc and not exists $prob{$pc}
219 43 0 11 $pc % $packed == 1 and $byte == 0
241 1 0 2 $byte <= 15 and $pc % $packed == 0

or 3 conditions

line l !l&&r !l&&!r condition
224 0 1 53 $pc % $packed or &peek() > 15