Condition Coverage

blib/lib/Hash/DefHash/Normalize.pm
Criterion Covered Total %
condition 10 10 100.0


and 3 conditions

line !l l&&!r l&&r condition
43 4 3 2 defined $attr and $attr =~ /\A_|\._/

or 2 conditions

line l !l condition
19 1 5 $opts //= {}
20 1 5 $opts->{'remove_internal_properties'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
43 2 2 7 $prop =~ /\A_/ or defined $attr and $attr =~ /\A_|\._/