blib/lib/Tie/Scalar/RingBuffer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
16 | 0 | 0 | 8 | @_ == 0 and ref $list eq 'ARRAY' |
24 | 6 | 2 | 0 | exists $$opts{'increment'} and exists $$opts{'random'} |
81 | 0 | 0 | 3 | defined $start_offset and $start_offset =~ /^[+-]?\d+$/ |
92 | 0 | 0 | 2 | defined $incr and $incr =~ /^[+-]?\d+$/ |
line | l | !l | condition |
---|---|---|---|
14 | 6 | 2 | shift() || {} |