Condition Coverage

blib/lib/Text/WideChar/Util.pm
Criterion Covered Total %
condition 21 28 75.0


and 3 conditions

line !l l&&!r l&&r condition
287 39 44 4 $prev_ws_after and $optkts
341 0 0 0 $is_trunc and $w > $width
399 92 50 25 $l == 1 and $end > 1

or 2 conditions

line l !l condition
131 36 0 $width //= 80
132 17 19 $opts //= {}
139 0 36 $opts->{'tab_width'} // 8
145 3 33 $opts->{'keep_trailing_space'} // 0
338 0 0 $padchar //= ' '

or 3 conditions

line l !l&&r !l&&!r condition
228 411 4 16 $wordw <= $width - $sliw or $is_cjk
253 36 43 352 not defined $maxww or $maxww < $wordw
254 36 10 385 not defined $minww or $minww > $wordw