blib/lib/LINQ/Util/Internal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
24 | 4 | 984 | if (ref $code eq 'ARRAY') |
29 | 11 | 977 | if (ref $code eq 'Regexp') |
30 | 0 | 11 | if @_ |
39 | 35 | 942 | if (ref $code ne 'CODE') |
43 | 0 | 35 | unless &Scalar::Util::blessed($code) and overload::Method($code, '&{}') |
49 | 40 | 937 | if (@_) |