line |
!l |
l&&!r |
l&&r |
condition |
102
|
0 |
0 |
0 |
defined $$opts{'max_depth'} and $depth > $$opts{'max_depth'} |
178
|
0 |
0 |
0 |
$_ eq '.' and $depth != 0 |
186
|
0 |
0 |
0 |
$$opts{'no_chdir'} and $depth != 0 |
196
|
0 |
0 |
0 |
$type eq 'f' and $$opts{'fetch_mtime'} |
203
|
0 |
0 |
0 |
$is_directory and $$opts{'bydepth'} |
212
|
0 |
0 |
0 |
not $$opts{'no_chdir'} and $depth == 0 |
226
|
0 |
0 |
0 |
$is_directory and not $$opts{'bydepth'} |
394
|
0 |
0 |
0 |
$directory ne '.' and $directory ne '..' |
398
|
0 |
0 |
0 |
$$opts{'use_mlsd'} and defined(my $res = _data_command($self, 'MLSD', $directory)) |
461
|
0 |
0 |
0 |
@$dir and not @parsed |