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