Branch Coverage

blib/lib/List/Vectorize/lib/Set.pl
Criterion Covered Total %
branch 19 20 95.0


line true false branch
8 4 8 if (scalar @_ < 2)
17 2 6 if (is_empty($set1) or is_empty($set2))
30 13 6 if $$hash2{$_}
33 6 0 if ($intersect) { }
49 8 10 if (scalar @_ < 2)
67 5 24 unless $$hash1{$_}
92 28 17 unless $$hash2{$_}
110 2 2 if (len($unique_set1) == len($unique_set2) and len($unique_set1) == len($union)) { }
129 3 10 if (is_numberic($$set[$i]) and is_numberic($item) and CORE::abs $$set[$i] - $item < 1e-08) { }
2 8 elsif ($$set[$i] eq $item) { }