Condition Coverage

blib/lib/Net/SSL.pm
Criterion Covered Total %
condition 4 76 5.2


and 3 conditions

line !l l&&!r l&&r condition
303 0 0 0 ref $stack_object and $stack_object->isa('LWP::UserAgent')
371 0 0 0 $lwp_object and $lwp_object->agent

or 2 conditions

line l !l condition
49 0 1 delete $$arg{'SSL_Debug'} || $ENV{'HTTPS_DEBUG'} || 0
118 0 0 *$self->{'ssl_debug'} || 0
302 0 0 $stack_args[0] || (next)
332 0 0 $ENV{'NO_PROXY'} || $ENV{'no_proxy'} || ''
419 0 0 $ENV{'NO_PROXY'} || $ENV{'no_proxy'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 $^O eq 'MSWin32' or $^O eq 'NetWare'
47 0 1 0 delete $$arg{'SSL_Version'} || $ENV{'HTTPS_VERSION'} || $DEFAULT_VERSION
51 0 1 0 delete $$arg{'SSL_Context'} || _default_context($ssl_version)
104 0 0 0 not $proxy_connect or $@
138 0 0 0 not defined $rv or $rv <= 0
147 0 0 0 $REAL{$new_ssl} || $new_ssl
180 0 0 0 $REAL{$self} || $self
186 0 0 0 $REAL{$self} || $self
192 0 0 0 $REAL{$self} || $self
198 0 0 0 $REAL{$self} || $self
204 0 0 0 $REAL{$self} || $self
210 0 0 0 $REAL{$self} || $self
227 0 0 0 $REAL{$self} || $self
242 0 0 0 $REAL{$self} || $self
253 0 0 0 $REAL{$self} || $self
261 0 0 0 $REAL{$self} || $self
268 0 0 0 $REAL{$self} || $self
279 0 0 0 $REAL{$self} || $self
354 0 0 0 $ENV{'HTTPS_PROXY_USERNAME'} or $ENV{'HTTPS_PROXY_PASSWORD'}
408 0 0 2 $ENV{'HTTPS_PROXY'} || $ENV{'https_proxy'}