Condition Coverage

blib/lib/Algorithm/SetSimilarity/WeightedJaccard.pm
Criterion Covered Total %
condition 29 48 60.4


and 3 conditions

line !l l&&!r l&&r condition
96 0 0 13 ref $set1 eq 'HASH' and ref $set2 eq 'HASH'
0 2 11 ref $set1 eq 'HASH' and ref $set2 eq 'HASH' and %$set1
2 1 10 ref $set1 eq 'HASH' and ref $set2 eq 'HASH' and %$set1 and %$set2
97 10 0 0 defined $threshold and $threshold > 0
146 0 0 65 ref $set1 eq 'HASH' and ref $set2 eq 'HASH'
0 0 65 ref $set1 eq 'HASH' and ref $set2 eq 'HASH' and %$set1
0 0 65 ref $set1 eq 'HASH' and ref $set2 eq 'HASH' and %$set1 and %$set2
0 1 64 ref $set1 eq 'HASH' and ref $set2 eq 'HASH' and %$set1 and %$set2 and $threshold > 0
1 0 64 ref $set1 eq 'HASH' and ref $set2 eq 'HASH' and %$set1 and %$set2 and $threshold > 0 and $threshold <= 1
175 43 21 161 $c2 < $w2 + $alpha and $att1 < $s1
64 0 161 $c2 < $w2 + $alpha and $att1 < $s1 and $att2 < $s2
199 20 0 61 $att1 < $s1 and $att2 < $s2
216 49 0 43 $att1 < $s1 and $att2 < $s2
242 27 0 9 $att1 < $s1 and $att2 < $s2

or 3 conditions

line l !l&&r !l&&!r condition
104 1 9 0 $is_estimate or exists $$self{'data_type'}
160 1 63 0 $is_estimate or exists $$self{'data_type'}