blib/lib/Params/Classify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
396 | 8 | 2 | 14 | defined $reftype and not defined &blessed($_[0]) |
412 | 638 | 288 | 812 | defined $reftype and not defined &blessed($_[0]) |
453 | 322 | 232 | 72 | @_ == 2 and not &is_string($_[1]) |
455 | 410 | 144 | 0 | defined &blessed($_[0]) && (@_ != 2 || $_[0]->isa($_[1])) |
501 | 168 | 52 | 12 | defined $blessed && $blessed eq $_[1] |