blib/lib/Object/Array/Plugin/ListMoreUtils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
130 | 2 | 29 | $NEED_REF{$util} ? : |
149 | 1 | 5 | if (not defined $value) { } |
3 | 2 | elsif (ref $value or _is_number($value)) { } | |
152 | 7 | 1 | if defined $_ and ref $_ || _is_number($_) |
154 | 7 | 2 | if defined $_ and not ref $_ |