| line |
true |
false |
branch |
|
60
|
0 |
0 |
if exists $args{$_} |
|
86
|
0 |
0 |
if (my $pkt = extract_frame($buffref)) { } |
|
|
0 |
0 |
elsif ($eof) { } |
|
111
|
0 |
0 |
unless $self->response->is_ready |
|
144
|
0 |
0 |
unless $self->has_body |
|
148
|
0 |
0 |
if (my $type = $$env{'CONTENT_TYPE'}) |
|
149
|
0 |
0 |
if exists $CONTENT_TYPE_HANDLER{$type} |
|
156
|
0 |
0 |
if (exists $$env{'CONTENT_LENGTH'}) |
|
162
|
0 |
0 |
if (exists $$env{'HTTP_TRANSFER_ENCODING'} and $$env{'HTTP_TRANSFER_ENCODING'} eq 'chunked') |
|
170
|
0 |
0 |
if $self->has_body |
|
179
|
0 |
0 |
if $eof and not $$self{'completion'}->is_ready |
|
200
|
0 |
0 |
if $methods_with_body{$self->env->{'REQUEST_METHOD'}} |
|
214
|
0 |
0 |
if (defined $$self{'chunk_remaining'}) { } |
|
219
|
0 |
0 |
if $$self{'chunk_remaining'} |
|
224
|
0 |
0 |
if -1 == (my $size_len = index($$buffref, "\r\n")) |
|
228
|
0 |
0 |
if $$self{'chunk_remaining'} |
|
259
|
0 |
0 |
unless $$self{'remaining'} |
|
273
|
0 |
0 |
if (defined $data) { } |
|
288
|
0 |
0 |
if (defined $data) { } |
|
292
|
0 |
0 |
unless (eval {
do {
$self->json->incr_parse($data);
1
}
}) |
|
337
|
0 |
0 |
ref $body ? : |
|
338
|
0 |
0 |
ref $body ? : |