blib/lib/Data/Pack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
18 | 24 | 19 | unless ref $data |
20 | 10 | 9 | if $type eq 'ARRAY' |
21 | 9 | 0 | if $type eq 'HASH' |
27 | 54 | 27 | unless ref $data |
29 | 17 | 10 | if ($type eq 'HASH') { } |
10 | 0 | elsif ($type eq 'ARRAY') { } | |
33 | 25 | 18 | unless has_content($packed_value) |
36 | 3 | 14 | unless ref $data eq 'HASH' |
37 | 1 | 16 | wantarray ? : |
41 | 0 | 10 | wantarray ? : |