Condition Coverage

blib/lib/Net/SSL.pm
Criterion Covered Total %
condition 3 34 8.8


and 3 conditions

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

or 2 conditions

line l !l condition
52 0 1 delete $$arg{'SSL_Debug'} || $ENV{'HTTPS_DEBUG'} || 0
111 0 0 *$self->{'ssl_debug'} || 0
265 0 0 $stack_args[0] || (next)
295 0 0 $ENV{'NO_PROXY'} || $ENV{'no_proxy'} || ''
382 0 0 $ENV{'NO_PROXY'} || $ENV{'no_proxy'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 $^O eq 'MSWin32' or $^O eq 'NetWare'
54 0 1 0 delete $$arg{'SSL_Context'} || _default_context()
96 0 0 0 not $proxy_connect or $@
132 0 0 0 not defined $rv or $rv <= 0
317 0 0 0 $ENV{'HTTPS_PROXY_USERNAME'} or $ENV{'HTTPS_PROXY_PASSWORD'}
371 0 0 2 $ENV{'HTTPS_PROXY'} || $ENV{'https_proxy'}