line |
true |
false |
branch |
21
|
0 |
1 |
if ($^O =~ /^(dos|os2)/i) { }
|
|
0 |
1 |
elsif ($^O =~ /^MacOS/i) { }
|
90
|
0 |
6 |
unless my $module = $args{'module'}
|
99
|
0 |
6 |
if $args{'abs'}
|
102
|
0 |
5 |
$args{'abs'} ? :
|
110
|
0 |
43 |
unless defined $dir
|
111
|
0 |
43 |
if ref $dir
|
114
|
43 |
0 |
if ($args{'find_pmc'})
|
116
|
0 |
43 |
if (-f $file)
|
118
|
0 |
0 |
unless $args{'all'}
|
121
|
43 |
0 |
if ($args{'find_pm'})
|
123
|
4 |
39 |
if (-f $file)
|
125
|
4 |
0 |
unless $args{'all'}
|
128
|
0 |
39 |
if ($args{'find_pod'})
|
130
|
0 |
0 |
if (-f $file)
|
132
|
0 |
0 |
unless $args{'all'}
|
135
|
8 |
31 |
if ($args{'find_prefix'})
|
136
|
1 |
7 |
if (-d $prefix)
|
138
|
1 |
0 |
unless $args{'all'}
|
143
|
0 |
6 |
if ($args{'all'}) { }
|
146
|
5 |
1 |
@res ? :
|