blib/lib/Hash/DefaultValue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
28 | 4 | 1 | @_ ? : |
30 | 2 | 3 | unless (ref $coderef) |
36 | 0 | 5 | unless (ref $coderef eq 'CODE') |
47 | 2 | 10 | unless defined $key |
49 | 9 | 3 | unless (exists $$this[0]{$key}) |