Condition Coverage

blib/lib/Params/Classify.pm
Criterion Covered Total %
condition 14 15 93.3


and 3 conditions

line !l l&&!r l&&r condition
387 8 2 14 defined $reftype and not defined blessed($_[0])
403 638 288 812 defined $reftype and not defined blessed($_[0])
444 322 232 72 @_ == 2 and not is_string($_[1])
446 410 144 0 defined blessed($_[0]) && (@_ != 2 || $_[0]->isa($_[1]))
492 168 52 12 defined $blessed && $blessed eq $_[1]