Condition Coverage

blib/lib/Armadito/Agent/HTTP/Client.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 0 $params{'ca_cert_file'} and not -f $params{'ca_cert_file'}
22 0 0 0 $params{'ca_cert_dir'} and not -d $params{'ca_cert_dir'}
60 0 0 0 $scheme eq 'https' and not $self->{'ssl_set'}
64 0 0 0 $Armadito::Agent::HTTP::Client::OSNAME eq 'MSWin32' and $scheme eq 'https'
75 0 0 0 $self->{'user'} and $self->{'password'}
87 0 0 0 $Armadito::Agent::HTTP::Client::OSNAME eq 'MSWin32' and $scheme eq 'https'

or 2 conditions

line l !l condition
38 0 0 $params{'timeout'} || 180

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 $params{'logger'} || 'Armadito::Agent::Logger'->new
81 0 0 0 $url->port || ($scheme eq 'https' ? 443 : 80)