Condition Coverage

blib/lib/Archive/Zip/Parser/Entry/Header.pm
Criterion Covered Total %
condition 3 21 14.2


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 not $bits[2] and $bits[1]
0 0 0 $bits[2] and not $bits[1]
0 0 0 $bits[2] and $bits[1]
129 2 0 0 $bits[5] and $$self{'_version_needed'} >= 27
133 2 0 0 $bits[6] and $$self{'_version_needed'} >= 50
2 0 0 $bits[6] and $$self{'_version_needed'} >= 50 and $bits[0]

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 $bits[2] || $bits[1]