line |
true |
false |
branch |
26
|
0 |
0 |
unless (_isRootDir($$self{'DIR'})) |
27
|
0 |
0 |
if ($^O eq 'MSWin32' or $^O eq 'os2') { } |
|
0 |
0 |
elsif ($^O eq 'NetWare') { } |
49
|
0 |
0 |
$^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'os2' ? : |
|
0 |
0 |
_isRootDir($dir) ? : |
51
|
0 |
0 |
if (opendir DIR, $dir) { } |
63
|
0 |
0 |
unless my $nextfile = shift @{$$self{'FILES'};} |
64
|
0 |
0 |
if (-d $nextfile) |
66
|
0 |
0 |
if ($$self{'RECURSE'} and !(-l $nextfile) || $$self{'FOLLOWSYMLINKS'}) |
70
|
0 |
0 |
unless ($$self{'RETURNDIRS'}) |
76
|
0 |
0 |
if ($filter and not &$filter($nextfile)) { } |