line |
true |
false |
branch |
46
|
0 |
0 |
if ($type == 6) { } |
|
0 |
0 |
elsif ($type == 7) { } |
|
0 |
0 |
elsif ($type == 3) { } |
70
|
0 |
0 |
unless $self->_read_timeout(\$header_raw, 8 - length($header_raw), length $header_raw) |
75
|
0 |
0 |
if ($content_length != 0) |
77
|
0 |
0 |
unless $self->_read_timeout(\$content, $content_length - length($content), length $content) |
82
|
0 |
0 |
if ($padding_length != 0) |
84
|
0 |
0 |
unless $self->_read_timeout(\$padding, $padding_length, 0) |
99
|
0 |
0 |
$is_write ? : |
|
0 |
0 |
$is_write ? : |
|
0 |
0 |
if (select($is_write ? undef : $vec, $is_write ? $vec : undef, undef, &max($wait_until - &FCGI::Client::Connection::time(), 0)) > 0) |
121
|
0 |
0 |
if (my $ret = $sock->sysread($$buf, $len, $off)) { } |
|
0 |
0 |
elsif (not !defined($ret) && $! == 11) { } |