blib/lib/Hash/Normalize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
81 | 6 | 9 | unless defined $mode |
82 | 12 | 3 | if ($mode =~ /^(?:nf)?(k?[cd])$/i) { } |
2 | 1 | elsif ($mode =~ /^(fc[cd])$/i) { } | |
99 | 1 | 13 | if defined $previous_mode and $previous_mode eq $new_mode |
103 | 6 | 7 | if (%$hash) |
107 | 1 | 11 | if (exists $dup{$norm}) |