blib/lib/Text/WideChar/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 28 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
285 | 39 | 44 | 4 | $prev_ws_after and $optkts |
339 | 0 | 0 | 0 | $is_trunc and $w > $width |
397 | 92 | 50 | 25 | $l == 1 and $end > 1 |
line | l | !l | condition |
---|---|---|---|
129 | 36 | 0 | $width //= 80 |
130 | 17 | 19 | $opts //= {} |
137 | 0 | 36 | $opts->{'tab_width'} // 8 |
143 | 3 | 33 | $opts->{'keep_trailing_space'} // 0 |
336 | 0 | 0 | $padchar //= ' ' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
226 | 411 | 4 | 16 | $wordw <= $width - $sliw or $is_cjk |
251 | 36 | 43 | 352 | not defined $maxww or $maxww < $wordw |
252 | 36 | 10 | 385 | not defined $minww or $minww > $wordw |