| line | !l | l&&!r | l&&r | condition | 
 
| 508 | 0 | 0 | 0 | $scheme ne 'https' and exists $kv->{'secure'} | 
 
| 510 | 0 | 0 | 0 | exists $kv->{'_expires'} and &AE::now() > $kv->{'_expires'} | 
 
| 809 | 0 | 0 | 0 | $uscheme eq 'https' and $rscheme eq 'https' | 
 
| 847 | 0 | 0 | 0 | $uscheme eq 'https' and not exists $hdl->{'tls'} | 
 
| 958 | 0 | 0 | 0 | $persistent and $_[3] | 
 
|  | 0 | 0 | 0 | $persistent and $_[3] and $hdr{'HTTPVersion'} < 1.1 ? $hdr{'connection'} =~ /\bkeep-?alive\b/iu : !($hdr{'connection'} =~ /\bclose\b/iu) | 
 
| 984 | 0 | 0 | 0 | $redirect and exists $hdr{'location'} | 
 
| 1016 | 0 | 0 | 0 | not $redirect and $arg{'on_header'} | 
 
|  | 0 | 0 | 0 | not $redirect and $arg{'on_header'} and not $arg{'on_header'}->(\%hdr) | 
 
|  | 0 | 0 | 0 | defined $len and $len == 0 | 
 
|  | 0 | 0 | 0 | not $redirect and $arg{'want_body_handle'} | 
 
| 1120 | 0 | 0 | 0 | $was_persistent and $idempotent | 
 
| 1184 | 0 | 0 | 0 | $proxy and $uscheme eq 'https' | 
 
| 1218 | 0 | 8 | 0 | $persistent and $KA_CACHE{$ka_key} | 
| line | l | !l&&r | !l&&!r | condition | 
 
| 578 | 0 | 0 | 0 | &parse_date($date) || $anow | 
 
|  | 0 | 0 | 0 | $snow ||= &parse_date($date) || $anow | 
 
| 746 | 0 | 8 | 0 | $arg{'tls_ctx'} eq 'low' or not exists $arg{'tls_ctx'} | 
 
| 767 | 8 | 0 | 0 | $arg{'timeout'} || $TIMEOUT | 
 
| 822 | 0 | 0 | 8 | length $arg{'body'} or $method ne 'GET' | 
 
| 943 | 0 | 0 | 0 | $status == 301 or $status == 302 | 
 
|  | 0 | 0 | 0 | $status == 301 or $status == 302 or $status == 303 | 
 
|  | 0 | 0 | 0 | $status == 307 or $status == 308 | 
 
| 1016 | 0 | 0 | 0 | $hdr{'Status'} =~ /^(?:1..|204|205|304)$/u or $method eq 'HEAD' | 
 
|  | 0 | 0 | 0 | $hdr{'Status'} =~ /^(?:1..|204|205|304)$/u or $method eq 'HEAD' or defined $len and $len == 0 | 
 
| 1058 | 0 | 0 | 0 | $hdr{'content-length'} ||= $cl | 
 
| 1111 | 0 | 0 | 0 | $! == 32 || !$! | 
 
| 1231 | 0 | 0 | 8 | $arg{'tcp_connect'} || do {
	require AnyEvent::Socket;
\&AnyEvent::Socket::tcp_connect
} |