Condition Coverage

blib/lib/Algorithm/BinarySearch/Vec.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
83 0 3 2 $ilo == $ihi && vec($$vr, $ilo, $nbits) == $key
103 1 3 2 $ihi < $imax and vec($$vr, $ihi, $nbits) == $key
124 1 5 0 $ihi < $imax and vec($$vr, $ihi, $nbits) == $key

or 3 conditions

line l !l&&r !l&&!r condition
104 2 1 1 $ilo > $imin or vec($$vr, $ilo, $nbits) < $key