blib/lib/Sub/HandlesVia/HandlerLibrary/Hash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 165 | if ($type == &HashRef() or $type == &Ref() or $type == &Ref(["HASH"])) |
27 | 80 | 0 | if ($type->is_parameterized and $type->parent->name eq "HashRef" and $type->parent->library eq "Types::Standard") |
34 | 0 | 0 | if ($type->is_parameterized and $type->parent->name eq "Map" and $type->parent->library eq "Types::Standard") |
349 | 6 | 33 | if ($ti and $ti->{'trust_mutated'} eq "always") |
360 | 16 | 17 | if ($ti and $ti->{'trust_mutated'} eq "maybe") |