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