| line |
l |
!l&&r |
!l&&!r |
condition |
|
265
|
0 |
0 |
0 |
$app->runin // $app->margin |
|
|
0 |
0 |
0 |
$app->runout // $app->margin |
|
304
|
0 |
5 |
0 |
$colormap{'UMARK'} || $colormap{'OMARK'} |
|
|
0 |
5 |
0 |
$colormap{'OUMARK'} ||= $colormap{'UMARK'} || $colormap{'OMARK'} |
|
305
|
0 |
5 |
0 |
$colormap{'UMARK'} || $colormap{'NMARK'} |
|
|
0 |
5 |
0 |
$colormap{'NUMARK'} ||= $colormap{'UMARK'} || $colormap{'NMARK'} |
|
306
|
0 |
5 |
0 |
$colormap{'ULINE'} || $colormap{'OLINE'} |
|
|
0 |
5 |
0 |
$colormap{'OULINE'} ||= $colormap{'ULINE'} || $colormap{'OLINE'} |
|
307
|
0 |
5 |
0 |
$colormap{'ULINE'} || $colormap{'NLINE'} |
|
|
0 |
5 |
0 |
$colormap{'NULINE'} ||= $colormap{'ULINE'} || $colormap{'NLINE'} |
|
331
|
5 |
0 |
0 |
$app->color eq "always" or $app->color eq "auto" and -t STDOUT |
|
403
|
4 |
1 |
0 |
$app->width || &terminal_width |
|
408
|
110 |
4 |
0 |
$column_width{$screen_width * 1000 + $column} //= do {
use integer;
my $w = $screen_width;
$w -= $column if $app->mark;
&max(1, $w / $column)
} |
|
430
|
0 |
0 |
0 |
{"O", 1, "N", 2, "M", 3}->{$_} // $_ |
|
509
|
0 |
5 |
0 |
$app->debug or $read_stdin |
|
512
|
1 |
3 |
1 |
$ctrl eq "d" or $ctrl eq "c" |
|
519
|
1 |
3 |
1 |
$ctrl eq "a" or $ctrl eq "c" |
|
562
|
0 |
1 |
0 |
@old == 0 or $cline != 0 |
|
|
1 |
0 |
0 |
@old == 0 or $cline != 0 or $oline - $dline != $nline |
|
645
|
0 |
0 |
0 |
pop @old // do {
flush_unknown($c1, @old);
last
} |
|
651
|
0 |
0 |
0 |
pop @new // do {
flush_unknown($c1, @old, $c2, @new);
last
} |
|
659
|
0 |
0 |
0 |
defined $mrg or $app->parallel > 2 |
|
700
|
0 |
0 |
0 |
pop @old // do {
flush_unknown($c1, @old);
last
} |
|
711
|
0 |
0 |
0 |
pop @new // do {
flush_unknown($c1, @old, $c2, $c3, @new);
last
} |
|
755
|
6 |
0 |
1 |
@o or @n |
|
816
|
26 |
39 |
26 |
@$o or @$n |
|
880
|
0 |
0 |
0 |
defined $old or defined $new |
|
949
|
0 |
0 |
97 |
$old ne "" or $new ne "" |
|
|
0 |
0 |
97 |
$old ne "" or $new ne "" or $mrg and $mrg ne "" |