line |
!l |
l&&!r |
l&&r |
condition |
132
|
0 |
13 |
0 |
$handle_tilde and $word =~ s[\A(~[^/]*)/][] |
|
0 |
13 |
0 |
$allow_dot and $word =~ s[\A((?:\.\.?/+)+|/+)][] |
145
|
13 |
0 |
0 |
not $allow_dot and $word =~ m[(?:\A|/)\.\.?(?:\z|/)] |
155
|
158 |
28 |
20 |
$_ eq '.' || $_ eq '..' and $intdir eq '' |
156
|
122 |
36 |
28 |
$isint and not -d "$path/$_" |
166
|
10 |
1 |
2 |
$args{'filter'} and not ref $args{'filter'} |
|
10 |
0 |
1 |
$args{'filter'} and ref $args{'filter'} eq 'CODE' |
209
|
11 |
1 |
1 |
$args{'file_ext_filter'} and ref $args{'file_ext_filter'} eq 'Regexp' |
|
11 |
0 |
1 |
$args{'file_ext_filter'} and ref $args{'file_ext_filter'} eq 'ARRAY' |