line |
true |
false |
branch |
24
|
0 |
1 |
if ($^O =~ /^(dos|os2)/i) { } |
|
0 |
1 |
elsif ($^O =~ /^MacOS/i) { } |
142
|
0 |
13 |
unless my $module = $args{'module'} |
151
|
0 |
13 |
if $args{'abs'} |
162
|
0 |
23 |
$args{'abs'} ? : |
171
|
0 |
142 |
unless defined $dir |
172
|
0 |
142 |
if ref $dir |
175
|
142 |
0 |
if ($args{'find_pm'}) |
177
|
15 |
127 |
if (-f $file) |
180
|
0 |
0 |
unless keys %unfound or $args{'all'} |
183
|
114 |
28 |
if ($args{'find_pmc'}) |
185
|
0 |
114 |
if (-f $file) |
188
|
0 |
0 |
unless keys %unfound or $args{'all'} |
191
|
28 |
114 |
if ($args{'find_pod'}) |
193
|
3 |
25 |
if (-f $file) |
196
|
2 |
0 |
unless keys %unfound or $args{'all'} |
199
|
21 |
119 |
if ($args{'find_prefix'}) |
200
|
5 |
16 |
if (-d $prefix) |
203
|
1 |
0 |
unless keys %unfound or $args{'all'} |
210
|
0 |
13 |
if ($args{'all'}) { } |
213
|
12 |
1 |
@res ? : |