| lib/Kephra/Edit/Select.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | _line_empty($line - 1) and $pos == $ep->PositionFromLine($line) |
| 35 | 0 | 0 | 0 | _line_empty($line + 1) and $pos == $ep->GetLineEndPosition($line) |
| 90 | 0 | 0 | 0 | _line_empty($startline) and _line_empty($endline) |
| 96 | 0 | 0 | 0 | $start <= $probestart and $end >= $probeend |
| 99 | 0 | 0 | 0 | $start == $probestart and $end == $probeend |
| 106 | 0 | 0 | 0 | $start == $blockstart and $end == $blockend |
| 124 | 0 | 0 | 0 | $start == $min and $end - 1 == $max |
| 125 | 0 | 0 | 0 | $start - 1 == $min and $end == $max |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | $style == 6 or $style == 7 |