blib/lib/Tie/Array/Iterable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 19 | 26.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
195 | 8 | 8 | 0 | $length == 0 and $length ne '0' |
244 | 0 | 0 | 0 | $pos == 0 and $pos ne '0' |
247 | 0 | 0 | 0 | $pos >= 0 and $pos < scalar @$self |
265 | 0 | 0 | 0 | $pos == 0 and $pos ne '0' |
268 | 0 | 0 | 0 | $pos >= 0 and $pos <= scalar @$self |
line | l | !l | condition |
---|---|---|---|
54 | 2 | 0 | shift() || [] |
190 | 12 | 4 | shift() || 0 |