blib/lib/DS/Transformer/Buffer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
68 | 14 | 1 | if $current <= $last |
69 | 13 | 2 | if $current <= $last |
82 | 11 | 4 | if ($row or ${$$self{'buffer'};}[$last]) |
84 | 10 | 1 | if $row |
106 | 6 | 4 | if ($current < $last) { } |
134 | 3 | 10 | if ($current < $first) { } |
1 | 9 | elsif ($current > $last) { } | |
168 | 0 | 2 | if ($point < $first or $point > $last) |
177 | 1 | 1 | if $$self{'current'} < $point |