line |
!l |
l&&!r |
l&&r |
condition |
321
|
752 |
297 |
74 |
$room != $width and &_startWideSpacing |
|
1049 |
66 |
8 |
$room != $width and &_startWideSpacing and $room < 2 |
335
|
363 |
458 |
112 |
$opt->{'expand'} and s/\A\t//u |
369
|
429 |
3 |
0 |
$w > $room and $room < $width |
383
|
571 |
11 |
34 |
$word_char_re and my($w2) = /\A( (?: $word_char_re \cH ? ) + )/ux |
|
582 |
0 |
34 |
$word_char_re and my($w2) = /\A( (?: $word_char_re \cH ? ) + )/ux and my($lead, $w1) = $folded =~ /
\A ## avoid CSI final char does not make a word
( (?: [^\e]* $csi_re++ ) *+ .*? )
( (?: $word_char_re \cH ? ) + )
\z /ux |
396
|
0 |
5 |
29 |
$room + $l < $width - $p and $l + vlength($w2) <= $width - $p |
406
|
93 |
440 |
83 |
$_ ne "" and $opt->do_runout |
407
|
60 |
0 |
23 |
$folded =~ / (? (?! $reset_re) $color_re*+ )
(?
(?: ($prohibition_re{'end'}) (?: \cH{1,2} \g{-1})* )+
) \z
/pux and ${^PREMATCH} ne "" |
|
60 |
5 |
18 |
$folded =~ / (? (?! $reset_re) $color_re*+ )
(?
(?: ($prohibition_re{'end'}) (?: \cH{1,2} \g{-1})* )+
) \z
/pux and ${^PREMATCH} ne "" and (my $w = pwidth($+{'runout'})) <= $opt->{'runout'} |
432
|
20 |
67 |
28 |
$m > 0 and /\A (? $color_re*+)
(? $prohibition_re{'head'} )
( \cH{1,2} \g{runin} )* # multiple strike
(? (?: $erase_re* $reset_re+ $erase_re* )? )
/pux |
454
|
593 |
11 |
12 |
$opt->{'padding'} and $room > 0 |
462
|
93 |
504 |
19 |
length $_ and my $p = $opt->{'prefix'} |