Branch Coverage

blib/lib/Hash/DefHash/Normalize.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
28 2 11 unless $k =~ /\A(\w+)(?:\.(\w+(?:\.\w+)*))?(?:\((\w+)\))?\z/
32 1 10 if (defined $3) { }
34 0 1 defined $2 ? :
40 5 6 defined $attr ? :
43 4 7 if ($prop =~ /\A_/ or defined $attr and $attr =~ /\A_|\._/)
44 2 2 unless ($opt_rip)