blib/lib/Hash/Slice.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
87 | 5 | 22 | if (ref $name eq 'ARRAY') { } |
0 | 22 | elsif (ref $name eq 'HASH') { } | |
89 | 5 | 0 | if exists $$hash{$name} |
96 | 0 | 0 | if exists $$hash{$name} |
100 | 22 | 0 | if exists $$hash{$name} |
104 | 0 | 11 | wantarray ? : |