| line |
true |
false |
branch |
|
26
|
0 |
1 |
if ($^O =~ /^(dos|os2)/i) { } |
|
|
0 |
1 |
elsif ($^O =~ /^MacOS/i) { } |
|
144
|
0 |
13 |
unless my $module = $args{'module'} |
|
153
|
0 |
13 |
if $args{'abs'} |
|
164
|
0 |
23 |
$args{'abs'} ? : |
|
173
|
0 |
142 |
unless defined $dir |
|
174
|
0 |
142 |
if ref $dir |
|
177
|
142 |
0 |
if ($args{'find_pm'}) |
|
179
|
15 |
127 |
if (-f $file) |
|
182
|
0 |
0 |
unless keys %unfound or $args{'all'} |
|
185
|
114 |
28 |
if ($args{'find_pmc'}) |
|
187
|
0 |
114 |
if (-f $file) |
|
190
|
0 |
0 |
unless keys %unfound or $args{'all'} |
|
193
|
28 |
114 |
if ($args{'find_pod'}) |
|
195
|
3 |
25 |
if (-f $file) |
|
198
|
2 |
0 |
unless keys %unfound or $args{'all'} |
|
201
|
21 |
119 |
if ($args{'find_prefix'}) |
|
202
|
5 |
16 |
if (-d $prefix) |
|
205
|
1 |
0 |
unless keys %unfound or $args{'all'} |
|
212
|
0 |
13 |
if ($args{'all'}) { } |
|
215
|
12 |
1 |
@res ? : |