| blib/lib/Khonsu/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 11 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 101 | 2 | 1082 | not $self->overflow and scalar @words |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 363 | 721 | 2419 | $ypos - $pos{'l'} >= $max_height and @words |
| 69 | 1354 | 1065 | 39316 | $width <= $pos{'w'} and $word |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 532 | 518 | 34 | $attributes{'x'} or $attributes{'align'} |