Condition Coverage

blib/lib/Net/HTTPS/Any.pm
Criterion Covered Total %
condition 12 36 33.3


and 3 conditions

line !l l&&!r l&&r condition
17 3 0 0 defined $Net::HTTPS::Any::skip_NetSSLeay and $Net::HTTPS::Any::skip_NetSSLeay
155 2 0 0 exists $$opts{'args'} and ref $$opts{'args'} eq 'HASH'
2 0 0 exists $$opts{'args'} and ref $$opts{'args'} eq 'ARRAY'
187 2 0 0 exists $$opts{'debug'} and $$opts{'debug'}
278 0 0 2 exists $$opts{'args'} and ref $$opts{'args'} eq 'HASH'
0 0 0 exists $$opts{'args'} and ref $$opts{'args'} eq 'ARRAY'
305 2 0 0 exists $$opts{'debug'} and $$opts{'debug'}
310 2 0 0 exists $$opts{'debug'} and $$opts{'debug'}

or 2 conditions

line l !l condition
162 2 0 $$opts{'port'} ||= 443
288 2 0 $$opts{'port'} ||= 443
289 0 2 $$opts{'Content-Type'} ||= 'application/x-www-form-urlencoded'

or 3 conditions

line l !l&&r !l&&!r condition
170 0 2 0 $headers{'Host'} ||= $$opts{'host'}
296 0 2 0 $headers{'Host'} ||= $$opts{'host'}