blib/lib/List/Objects/WithUtils/Hash/Inflated.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
17 | 1 | 6 | if (my $sub = $self->SUPER::can($method)) |
20 | 5 | 1 | unless exists $self->{$method} |
23 | 0 | 1 | if (my $sub = $self->SUPER::can($method)) |
34 | 1 | 7 | unless &Scalar::Util::blessed($self) |
38 | 1 | 6 | unless exists $self->{$method} |
39 | 1 | 5 | if @_ |