Condition Coverage

blib/lib/Error/Hierarchy/Util.pm
Criterion Covered Total %
condition 0 22 0.0


and 2 conditions

line l !l condition
99 0 0 defined $val && ref $val eq 'ARRAY' && scalar @$val
117 0 0 defined $val && ref $val eq 'HASH' && scalar keys %$val

and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 ref $obj and $obj->isa($class)
90 0 0 0 defined $val && ref $val eq 'ARRAY'
108 0 0 0 defined $val && ref $val eq 'HASH'
150 0 0 0 defined $1 && $1 eq '+'
156 0 0 0 @unsupported_args == 0 and @missing_required_args == 0
211 0 0 0 defined $@ and $@ ne ''