Condition Coverage

blib/lib/Language/Zcode/Translator/Perl.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
111 0 64 0 $name =~ /\d+/ && $&
497 45 18 12 $is_indirect && !$is_bracket

or 3 conditions

line l !l&&r !l&&!r condition
445 24 13 312 $rval eq '++' or $rval eq '--'
458 3 4 24 $rval eq '++' or $rval eq '--'