line |
!l |
l&&!r |
l&&r |
condition |
236
|
17 |
0 |
6 |
$scheme ne 'http' and $scheme ne 'https' |
265
|
61 |
0 |
0 |
$proxy and $no_proxy |
375
|
0 |
3 |
0 |
not $content_is_fh and ref $content |
408
|
60 |
0 |
0 |
$proxy && $scheme eq 'http' |
478
|
0 |
0 |
3 |
$in_keepalive and length $buf == 0 |
|
0 |
3 |
0 |
$in_keepalive and length $buf == 0 and defined $n || $! == 104 || 0 |
520
|
0 |
0 |
0 |
$max_redirects && $res_status =~ /^30[12378]$/ |
542
|
8 |
48 |
1 |
defined $content_length and not $content_length =~ /\A[0-9]+\z/ |
546
|
55 |
0 |
0 |
$res_status < 200 and $res_status >= 100 |
574
|
10 |
38 |
6 |
$res_minor_version == 0 ? $connection eq 'keep-alive' : $connection ne 'close' and defined $content_length || $chunked |
587
|
0 |
0 |
0 |
defined $username && defined $password |
660
|
0 |
0 |
0 |
$! == 4 and not $self->{'stop_if'}->() |
888
|
0 |
0 |
6 |
$nfound == -1 and $! == 4 |
|
0 |
3 |
3 |
$nfound == -1 and $! == 4 and $self->{'stop_if'}->() |
line |
l |
!l&&r |
!l&&!r |
condition |
44
|
1 |
31 |
0 |
delete $args{'agent'} || 'Furl::HTTP/' . $VERSION |
157
|
0 |
0 |
0 |
$library ||= do {
local $_ = $file;
s/ \.pm \z//msx;
s[/][::]g;
$_
} |
214
|
1 |
0 |
3 |
$ENV{'http_proxy'} || $ENV{'HTTP_PROXY'} || $self->{'proxy'} |
546
|
1 |
0 |
55 |
$method eq 'HEAD' or $res_status < 200 and $res_status >= 100 |
|
0 |
3 |
52 |
$method eq 'HEAD' or $res_status < 200 and $res_status >= 100 or $res_status == 204 |
|
3 |
3 |
49 |
$method eq 'HEAD' or $res_status < 200 and $res_status >= 100 or $res_status == 204 or $res_status == 304 |
556
|
0 |
1 |
41 |
ref $res_content or not defined $content_length |
574
|
38 |
6 |
0 |
defined $content_length || $chunked |
646
|
0 |
0 |
1 |
$err_reason || $! |
691
|
0 |
0 |
0 |
exists $ssl_opts->{'SSL_ca_file'} or exists $ssl_opts->{'SSL_ca_path'} |
835
|
1 |
0 |
6 |
not defined $res_content_length or $res_content_length != $nread |
919
|
58 |
0 |
0 |
$! == 11 or $! == 11 |
940
|
0 |
0 |
0 |
$! == 11 or $! == 11 |