Branch Coverage

blib/lib/CPAN/Mini/Inject/Remote.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
82 0 0 if (not $args{'config_file'}) { }
0 0 elsif (not -r $args{'config_file'}) { }
93 0 0 if (not $args{'remote_server'}) { }
108 0 0 unless my $c = $$config{$_}
109 0 0 if ($c =~ s/^\s*#!//) { }
0 0 elsif ($c =~ /^~/) { }
112 0 0 if $? == 0
150 0 0 defined $ENV{'HOME'} ? :
168 0 0 unless defined $file
169 0 0 unless -r $file
194 0 0 unless ($$self{'useragent'})
198 0 0 if ($$self{'remote_server'} =~ /^https:/ and $$self{'ssl_opts'})
233 0 0 unless (-r $args{'file_name'})
251 0 0 unless ($response->is_success)
279 0 0 unless ($response->is_success)
307 0 0 unless ($response->is_success)