lib/List/Objects/WithUtils/Hash/Inflated.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.7 |
line | true | false | branch |
---|---|---|---|
16 | 1 | 6 | if (my $sub = $self->SUPER::can($method)) |
19 | 5 | 1 | unless exists $$self{$method} |
22 | 0 | 1 | if (my $sub = $self->SUPER::can($method)) |
33 | 1 | 6 | unless &Scalar::Util::blessed($self) |
36 | 1 | 5 | unless exists $$self{$method} |
38 | 1 | 4 | if @_ |