blib/lib/Hash/Objectify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
24 | 3 | 9 | unless ($type eq 'HASH') |
25 | 1 | 1 | &blessed($ref) ? : |
1 | 2 | $type eq '' ? : | |
31 | 2 | 7 | if (defined $package) { } |
33 | 1 | 1 | unless $package->isa('Hash::Objectified') |
39 | 6 | 1 | if (not defined $CACHE{$caller}{$line}{$cachekey}) { } |
71 | 1 | 4 | unless ref $self and exists $self->{$key} |
80 | 6 | 2 | if (ref $self and exists $self->{$method}) { } |