| lib/App/Sandy/PieceTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 21 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 5 | 35 | 0 | defined $piece and @{$piece->{'annot2'};} |
| 40 | 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 | 7589 | 210 | 380 | $piece and $self->_do_overlap($start, $len, $piece->{'offset'}, $piece->{'len'}) |
| 299 | 0 | 210 | 380 | $start1 <= $end2 && $start2 <= $end1 |
| 341 | 60 | 90 | 7879 | $pos >= $start && $pos <= $end |