| blib/lib/Tie/Subset/Array.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 1 | 7 | unless @_ == 3 |
| 47 | 1 | 6 | unless ref $arr eq "ARRAY" |
| 48 | 1 | 5 | unless ref $idx eq "ARRAY" |
| 49 | 2 | 20 | if ref $_ or not /\A[0-9]+\z/ |
| 69 | 0 | 54 | if $i < 0 |
| 70 | 4 | 50 | if $i > $#{$$self{"idx"};} |
| 84 | 0 | 7 | if $i < 0 |
| 85 | 2 | 5 | if ($i > $#{$$self{"idx"};}) |