| line |
!l |
l&&!r |
l&&r |
condition |
|
55
|
155 |
53 |
75 |
not @trace and $skip_re |
|
|
208 |
15 |
60 |
not @trace and $skip_re and $l[0] =~ /$skip_re/ |
|
99
|
27 |
6 |
2 |
length $ENV{$1} and $nr == $ENV{$1} |
|
147
|
0 |
1 |
45 |
s/^skip_package// and $s =~ s/^.*::// |
|
192
|
11 |
2 |
3 |
s/^skip_prefix=// and $fn =~ s/^\Q$_\E// |
|
193
|
2 |
1 |
10 |
s/^basename$// and $fn =~ s[^.*/][] |
|
195
|
53 |
0 |
2 |
$width > 0 and length $fn > $width |
|
196
|
51 |
0 |
2 |
$width < 0 and length $fn > -$width |
|
218
|
0 |
1 |
1 |
s/^skip_prefix=// and $pn =~ s/^\Q$_\E// |
|
220
|
6 |
0 |
2 |
$width > 0 and length $pn > $width |
|
221
|
4 |
0 |
2 |
$width < 0 and length $pn > -$width |
|
237
|
2 |
1 |
1 |
$fmt =~ /^env=(\w+)(,|$)/ and exists $seen{$1} |