| blib/lib/Net/Async/UWSGI/Server/Connection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 162 | 0 | 0 | 0 | exists $$env{'HTTP_TRANSFER_ENCODING'} and $$env{'HTTP_TRANSFER_ENCODING'} eq 'chunked' |
| 179 | 0 | 0 | 0 | $eof and not $$self{'completion'}->is_ready |
| line | l | !l | condition |
|---|---|---|---|
| 147 | 0 | 0 | $self->default_content_handler || 'raw' |
| 341 | 0 | 0 | $hdr ||= [] |
| 359 | 0 | 0 | $status{$code} // 'Unknown' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | (shift())->{'json'} ||= 'JSON::MaybeXS'->new('utf8', 1) |
| 129 | 0 | 0 | 0 | $_[0]{'response'} ||= $_[0]->loop->new_future |
| 298 | 0 | 0 | 0 | eval { do { $self->json->incr_parse } } // do { $self->debug_printf('Invalid JSON from incr_parse: %s', $@) } |