blib/lib/Data/StackedHash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 20 | 80.0 |
line | true | false | branch |
---|---|---|---|
80 | 2 | 1 | if ($initial) { } |
97 | 1 | 0 | unless exists @{$$self{'STACK'};}[0]->{$key} |
140 | 2 | 1 | if ($_[0]) |
211 | 0 | 1 | unless exists $$self{'KEYS'}{$key} |
214 | 0 | 1 | if $$self{'KEYS'}{$key} == 0 |
217 | 0 | 1 | unless exists $$hash{$key} |
232 | 2 | 1 | if exists $$hash{$key} |
256 | 8 | 4 | if exists $$hash{$key} |
269 | 2 | 1 | if exists $$hash{$key} |
296 | 1 | 2 | exists $$self{'KEYS'}{$key} ? : |