| lib/App/Sandy/PieceTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 21 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 5 | 31 | 0 | defined $piece and @{$piece->{'annot2'};} |
| 36 | 0 | 0 | defined $piece and @{$piece->{'annot2'};} and $pos == $piece->{'pos'} | |
| 142 | 0 | 0 | 0 | defined $next_piece and @{$piece->{'annot2'};} |
| 198 | 10 | 0 | 0 | @{$piece->{'annot2'};} and $pos == $piece->{'pos'} |
| 291 | 7581 | 154 | 280 | $piece and $self->_do_overlap($start, $len, $piece->{'offset'}, $piece->{'len'}) |
| 299 | 0 | 154 | 280 | $start1 <= $end2 && $start2 <= $end1 |
| 341 | 44 | 70 | 7807 | $pos >= $start && $pos <= $end |