| line |
true |
false |
branch |
|
75
|
0 |
0 |
if (ref $_[0] eq 'HASH') |
|
78
|
0 |
0 |
unless $config{'max-depth'} |
|
84
|
0 |
0 |
unless ($config{'full'}) |
|
88
|
0 |
0 |
if (-l $_) { } |
|
|
0 |
0 |
elsif (-f $_) { } |
|
|
0 |
0 |
elsif (-d $_) { } |
|
89
|
0 |
0 |
if ($config{'follow-links'}) { } |
|
90
|
0 |
0 |
unless $config{'all'} |
|
100
|
0 |
0 |
if (defined $config{'pattern'}) |
|
101
|
0 |
0 |
unless $basename =~ /$config{'pattern'}/ |
|
103
|
0 |
0 |
if (defined $config{'exclude-pattern'}) |
|
104
|
0 |
0 |
if $basename =~ /$config{'exclude-pattern'}/ |
|
106
|
0 |
0 |
if $config{'directories-only'} |
|
115
|
0 |
0 |
unless $config{'full'} |
|
118
|
0 |
0 |
unless $config{'all'} |