line |
!l |
l&&!r |
l&&r |
condition |
97
|
0 |
4 |
0 |
not $was_failed_auth and $response->code eq '401' |
|
4 |
0 |
0 |
not $was_failed_auth and $response->code eq '401' and defined $self->{'username'} |
|
4 |
0 |
0 |
not $was_failed_auth and $response->code eq '401' and defined $self->{'username'} and defined $self->{'password'} |
167
|
0 |
0 |
0 |
$@ and not $@ =~ m[^Can't locate IO/Lambda/HTTP/Authen/$auth] |
173
|
0 |
0 |
0 |
$DEBUG and $lambda |
268
|
8 |
0 |
0 |
$self->{'async_dns'} and not $host =~ /^(\d{1,3}\.){3}(\d{1,3})$/ |
302
|
8 |
0 |
0 |
$DEBUG and not $sock |
321
|
8 |
0 |
0 |
$cc and not $self->{'close_connection'} |
323
|
0 |
0 |
0 |
$DEBUG and not $err |
328
|
8 |
0 |
0 |
$DEBUG and $self->{'close_connection'} |
374
|
0 |
8 |
0 |
not $self->{'proxy'} and ($req->protocol || '') =~ m[http/1.\d]i |
439
|
4 |
0 |
4 |
defined $l and $l =~ /^(\d+)\s*$/ |
451
|
0 |
0 |
4 |
$headers->protocol =~ m[^HTTP/(\d+\.\d+)] and $1 < 1.1 |