blib/lib/Netstack/Utils/Cache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
32 | 0 | 1 | if @_ < 2 |
44 | 0 | 2 | unless (exists $ref->{$key}) |
50 | 0 | 2 | if (defined $ref and ref $ref ne "HASH") |
64 | 1 | 0 | if (@keys) { } |
68 | 1 | 0 | if (defined $ref and ref $ref eq "HASH") |
87 | 0 | 15 | unless (exists $ref->{$key}) |