Condition Coverage

blib/lib/List/Vectorize/lib/Set.pl
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
110 1 1 2 len($unique_set1) == len($unique_set2) and len($unique_set1) == len($union)
129 7 0 6 is_numberic($$set[$i]) and is_numberic($item)
7 3 3 is_numberic($$set[$i]) and is_numberic($item) and CORE::abs $$set[$i] - $item < 1e-08

or 3 conditions

line l !l&&r !l&&!r condition
17 1 1 6 is_empty($set1) or is_empty($set2)