Condition Coverage

blib/lib/Digest/ssdeep.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
136 521352 35 1296 $h % $bs == $bs - 1 and length $hash1 < 63
149 522041 34 608 $h % (2 * $bs) == 2 * $bs - 1 and length $hash2 < 31

or 2 conditions

line l !l condition
253 0 19 $_[2] || 7

or 3 conditions

line l !l&&r !l&&!r condition
182 13 19 5 $bs <= 3 or length $hash1 >= 32
255 0 0 19 @hashA != 3 or not $hashA[0] =~ /\d+/
260 0 0 19 @hashB != 3 or not $hashB[0] =~ /\d+/