line |
true |
false |
branch |
18
|
0 |
8 |
unless opendir $self{'dh'}, $dir |
25
|
1 |
1 |
$arg ? : |
31
|
3 |
1 |
$arg ? : |
48
|
10 |
62 |
if ($$self{'show_dotfiles'}) { } |
49
|
4 |
6 |
if $de eq '.' or $de eq '..' |
51
|
31 |
31 |
if $de =~ /^\./ |
54
|
0 |
37 |
unless lstat $path |
55
|
9 |
28 |
if (-d _ and not -l _) { } |
|
28 |
0 |
elsif (-f _) { } |
56
|
8 |
1 |
if $$self{'recurse'} |
59
|
4 |
5 |
if ($$self{'show_directories'}) |
84
|
39 |
1 |
if ($$self{'dh'}) |
86
|
25 |
14 |
if (defined $rv) { } |
96
|
0 |
7 |
unless opendir $$self{'dh'}, $$self{'dir'} |
97
|
7 |
0 |
if ($$self{'dh'}) |
99
|
7 |
0 |
if defined $rv |