blib/lib/Data/Cmp/Numeric.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 27 | 70.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 9 | 0 | 0 | defined $EPSILON and abs $d1 - $d2 < $EPSILON |
54 | 0 | 1 | 1 | defined $pkg2 and $pkg1 eq $pkg2 |
64 | 10 | 0 | 6 | $reftype1 eq 'ARRAY' and not $_seen_refaddrs{$refaddr1} |
10 | 0 | 6 | $reftype1 eq 'ARRAY' and not $_seen_refaddrs{$refaddr1} and not $_seen_refaddrs{$refaddr2} | |
2 | 0 | 8 | $reftype1 eq 'HASH' and not $_seen_refaddrs{$refaddr1} | |
2 | 0 | 8 | $reftype1 eq 'HASH' and not $_seen_refaddrs{$refaddr1} and not $_seen_refaddrs{$refaddr2} |
line | l | !l | condition |
---|---|---|---|
80 | 2 | 2 | $nkeys1 <=> $nkeys2 || 2 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 19 | 1 | 9 | $reftype1 || $reftype2 |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
37 | 18 | 1 | 1 | 0 | $reftype1 xor $reftype2 |