blib/lib/Tie/Alias.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 22 | 40.9 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 4 | unless ref $ref |
13 | 0 | 4 | if (tied $$ref) { } |
41 | 1 | 0 | if @_ == 1 |
46 | 0 | 1 | if @_ % 2 |
50 | 4 | 0 | if (not $r) { } |
0 | 0 | elsif ($r eq 'ARRAY') { } | |
0 | 0 | elsif ($r eq 'HASH') { } | |
79 | 0 | 1 | if (tied @$ref) { } |
87 | 0 | 1 | if $@ |
139 | 0 | 1 | if (tied %$ref) { } |
147 | 0 | 1 | if $@ |