Condition Coverage

blib/lib/LWP/Protocol/http/SocksChain.pm
Criterion Covered Total %
condition 0 34 0.0


and 3 conditions

line !l l&&!r l&&r condition
32 0 0 0 $sock and not $sock->can_read(0)
121 0 0 0 defined $$content_ref and length $$content_ref
195 0 0 0 defined $rbits and $rbits =~ /[^\0]/
219 0 0 0 defined $wbits and $wbits =~ /[^\0]/
227 0 0 0 not $eof and $woffset >= length $$wbuf
293 0 0 0 $peer_http_version eq '1.1' and not $connection{'close'}

or 2 conditions

line l !l condition
72 0 0 $size ||= 4096
137 0 0 $socket->format_request($method, $fullpath, @h) || die($!)
153 0 0 $request_headers->header('Expect') || ''
291 0 0 $response->header('Connection') || ''
318 0 0 'Net::SC'->new(%cfg) || die($!)

or 3 conditions

line l !l&&r !l&&!r condition
123 0 0 0 not defined $clen or $clen ne length $$content_ref
293 0 0 0 $peer_http_version eq '1.1' and not $connection{'close'} or $connection{'keep-alive'}