line |
true |
false |
branch |
84
|
1 |
0 |
unless my $content = &$module_content(@_) |
86
|
0 |
0 |
unless open my $fh, '<', \$content |
93
|
0 |
1 |
if $$config{$pkg}{'debug'} |
100
|
0 |
0 |
if ($require) |
103
|
0 |
0 |
if ($@) { } |
|
0 |
0 |
elsif ($debug) { } |
106
|
0 |
0 |
if $debug |
112
|
0 |
0 |
if ($require and $import and @$import) |
114
|
0 |
0 |
if ($@) { } |
117
|
0 |
0 |
if $debug |
130
|
0 |
0 |
if ($module) { } |
|
0 |
0 |
elsif ($$opt{'url'} and $$opt{'url'} =~ /$url_re/) { } |
|
0 |
0 |
elsif (not ref $arg) { } |
131
|
0 |
0 |
if ($module eq $pkg) { } |
133
|
0 |
0 |
if $url and $url =~ /$url_re/ and not $url ~~ \@{$$config{$pkg}{'_INC'};} |
140
|
0 |
0 |
unless $$opt{'url'} ~~ \@{$$config{$pkg}{'_INC'};} |
147
|
0 |
1 |
if $module |
164
|
0 |
0 |
unless defined $arg |
165
|
0 |
0 |
unless ref $arg |
166
|
0 |
0 |
$$arg[0] =~ /$url_re/ ? : |
|
0 |
0 |
if ref $arg eq 'ARRAY' |
167
|
0 |
0 |
if ref $arg eq 'HASH' |
174
|
0 |
0 |
if ($get->is_success) { } |