| blib/lib/Hash/Objectify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 3 | 8 | unless ($type eq 'HASH') |
| 28 | 1 | 1 | &blessed($ref) ? : |
| 1 | 2 | $type eq '' ? : | |
| 34 | 2 | 6 | if (defined $package) { } |
| 36 | 1 | 1 | unless $package->isa('Hash::Objectified') |
| 42 | 5 | 1 | if (not defined $CACHE{$caller}{$line}{$cachekey}) { } |
| 68 | 1 | 4 | unless ref $self and exists $self->{$key} |
| 77 | 5 | 1 | if (ref $self and exists $self->{$method}) { } |