Condition Coverage

blib/lib/Algorithm/SetSimilarity/Jaccard.pm
Criterion Covered Total %
condition 26 42 61.9


and 3 conditions

line !l l&&!r l&&r condition
41 0 0 21 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY'
0 2 19 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY' and @$set1
2 1 18 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY' and @$set1 and @$set2
42 8 0 10 defined $threshold and $threshold > 0
60 8 0 45 $att1 < $s2 and $att2 < $s2
109 0 0 55 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY'
0 0 55 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY' and @$set1
0 0 55 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY' and @$set1 and @$set2
0 1 54 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY' and @$set1 and @$set2 and $threshold > 0
1 0 54 ref $set1 eq 'ARRAY' and ref $set2 eq 'ARRAY' and @$set1 and @$set2 and $threshold > 0 and $threshold <= 1
137 53 1 127 $att2 < $alpha and $att1 < $s1
163 53 0 63 $att1 < $s1 and $att2 < $s2

or 3 conditions

line l !l&&r !l&&!r condition
49 1 7 0 $is_estimate or exists $$self{'data_type'}
121 1 53 0 $is_estimate or exists $$self{'data_type'}