blib/lib/Tie/Array/BoundedIndex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
14 | 0 | 5 | if $@ |
30 | 0 | 4 | if %arg |
31 | 0 | 4 | unless defined $upper |
37 | 0 | 4 | if $upper < $lower |
66 | 8 | 29 | if $index < $lower or $index > $upper |
107 | 1 | 7 | unless $newsize |
132 | 0 | 4 | unless defined $offset |
136 | 0 | 4 | if $offset < 0 |
140 | 0 | 3 | if $length < 0 |
141 | 1 | 2 | if $length > $lower + $size - $offset |