blib/lib/Khonsu/Text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 19 | 84.2 |
line | l | !l | condition |
---|---|---|---|
112 | 2 | 1082 | not $self->overflow and scalar @paragraphs |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
60 | 363 | 1430 | 1710 | $ypos - $pos{'l'} >= $max_height and scalar @paragraphs || scalar @words |
64 | 0 | 1051 | 33 | not $next_line =~ /^\s+$/ and $next_line =~ /(\s+)$/ |
73 | 1354 | 1065 | 39334 | $width <= $pos{'w'} and defined $word |
line | l | !l | condition |
---|---|---|---|
60 | 1084 | 2056 | scalar @paragraphs || scalar @words |
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 |