blib/lib/Benchmark/Featureset/ParamCheck/Implementation/ParamsCheck/Perl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 6 | 83.3 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 1000005 | unless ref $_[0] eq "ARRAY" |
23 | 1 | 5000032 | unless ref $arr eq "HASH" |
28 | 1000004 | 1 | if &blessed($_[0]) and $_[0]->can("print") |