Condition Coverage

blib/lib/Algorithm/BinarySearch/Vec.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
88 0 3 2 $ilo == $ihi && vec($$vr, $ilo, $nbits) == $key
108 1 3 2 $ihi < $imax and vec($$vr, $ihi, $nbits) == $key
129 5 57 0 $ihi < $imax and vec($$vr, $ihi, $nbits) == $key
200 4 0 36 $ai < $na and $bi < $nb

or 3 conditions

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