Condition Coverage

blib/lib/HTTP/ProxySelector.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 0 $$self{'options'}{'testflag'} and $rc == 0

or 2 conditions

line l !l condition
29 0 0 $$self{'options'}{'num_tries'} ||= 5
30 0 0 $$self{'options'}{'testsite'} ||= 'http://www.google.com'
31 0 0 $$self{'options'}{'testflag'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
16 0 0 0 ref $this || $this
41 0 0 0 $rc ne 'retest' or $counter > $$self{'options'}{'num_tries'}