| blib/lib/Khonsu/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 17 | 82.3 |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 2 | 1082 | not $self->overflow and scalar @words |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 1051 | 33 | not $next_line =~ /^\s+$/ and $next_line =~ /(\s+)$/ |
| 68 | 363 | 721 | 2419 | $ypos - $pos{'l'} >= $max_height and @words |
| 72 | 1354 | 1065 | 39345 | $width <= $pos{'w'} and defined $word |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 532 | 518 | 34 | $attributes{'x'} or $attributes{'align'} |
| 28 | 0 | 34 | 0 | $attributes{'y'} || $file->page->y |