mylib/MyOtherFreezer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 12 | 33.3 |
line | true | false | branch |
---|---|---|---|
14 | 0 | 22 | if ref $thing eq 'MyOtherFreezer' |
16 | 22 | 0 | if (ref $thing eq 'SCALAR') { } |
0 | 0 | elsif (ref $thing eq 'Package') { } | |
27 | 0 | 22 | if ref $thing eq 'MyOtherFreezer' |
30 | 22 | 0 | if ($type eq 'SCALAR') { } |
0 | 0 | elsif ($type eq 'Package') { } |