Condition Coverage

blib/lib/Net/HTTPS/Any.pm
Criterion Covered Total %
condition 11 33 33.3


and 3 conditions

line !l l&&!r l&&r condition
104 2 0 0 exists $opts->{'args'} and ref $opts->{'args'} eq 'HASH'
2 0 0 exists $opts->{'args'} and ref $opts->{'args'} eq 'ARRAY'
132 2 0 0 exists $opts->{'debug'} and $opts->{'debug'}
197 0 0 2 exists $opts->{'args'} and ref $opts->{'args'} eq 'HASH'
0 0 0 exists $opts->{'args'} and ref $opts->{'args'} eq 'ARRAY'
220 2 0 0 exists $opts->{'debug'} and $opts->{'debug'}
225 2 0 0 exists $opts->{'debug'} and $opts->{'debug'}

or 2 conditions

line l !l condition
111 2 0 $opts->{'port'} ||= 443
207 2 0 $opts->{'port'} ||= 443
208 0 2 $opts->{'Content-Type'} ||= 'application/x-www-form-urlencoded'

or 3 conditions

line l !l&&r !l&&!r condition
119 0 2 0 $headers{'Host'} ||= $opts->{'host'}
215 0 2 0 $headers{'Host'} ||= $opts->{'host'}