Branch Coverage

blib/lib/Armadito/Agent/HTTP/Client.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
19 0 0 if $params{'ca_cert_file'} and not -f $params{'ca_cert_file'}
22 0 0 if $params{'ca_cert_dir'} and not -d $params{'ca_cert_dir'}
43 0 0 if ($params{'proxy'}) { }
60 0 0 if $scheme eq 'https' and not $self->{'ssl_set'}
64 0 0 if ($Armadito::Agent::HTTP::Client::OSNAME eq 'MSWin32' and $scheme eq 'https')
71 0 0 unless ($result->is_success)
74 0 0 if ($result->code == 401) { }
75 0 0 if ($self->{'user'} and $self->{'password'}) { }
87 0 0 if ($Armadito::Agent::HTTP::Client::OSNAME eq 'MSWin32' and $scheme eq 'https')
93 0 0 unless ($result->is_success)
113 0 0 if ($self->{'no_ssl_check'}) { }
119 0 0 if $self->{'ua'}->can('ssl_opts')
126 0 0 if $Armadito::Agent::HTTP::Client::EVAL_ERROR
131 0 0 if ($self->{'logger'}{'verbosity'} > LOG_DEBUG2())
135 0 0 if ($LWP::VERSION >= 6) { }
137 0 0 if $self->{'ca_cert_file'}
139 0 0 if $self->{'ca_cert_dir'}
143 0 0 if $IO::Socket::SSL::VERSION < 1.14
159 0 0 $self->{'no_ssl_check'} ? :