blib/lib/Number/Natural/SetTheory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 80 | 0 | 0 | not ref $set and $set =~ /^\d+$/ |
80 | 0 | 0 | not ref $set and $set =~ /^\d+$/ and int $set == $set | |
50 | 1 | 0 | 64 | defined $number and exists $accounted_for{$number} |
75 | 0 | 0 | 15 | $num =~ /^\d+$/ and int $num == $num |
89 | 70 | 1 | 0 | not ref $set and $set =~ /^\d+$/ |
71 | 0 | 0 | not ref $set and $set =~ /^\d+$/ and int $set == $set |