blib/lib/Test/Bits.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
119 | 1 | 1 | 21 | defined $_ and not ref $_ |
2 | 1 | 20 | defined $_ and not ref $_ and $_ =~ /^\d+$/ | |
2 | 0 | 20 | defined $_ and not ref $_ and $_ =~ /^\d+$/ and $_ >= 0 |