Condition Coverage

blib/lib/Net/Async/UWSGI/Server/Connection.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
160 0 0 0 exists $$env{'HTTP_TRANSFER_ENCODING'} and $$env{'HTTP_TRANSFER_ENCODING'} eq 'chunked'
177 0 0 0 $eof and not $$self{'completion'}->is_ready

or 2 conditions

line l !l condition
145 0 0 $self->default_content_handler || 'raw'
316 0 0 $hdr ||= []
334 0 0 $status{$code} // 'Unknown'

or 3 conditions

line l !l&&r !l&&!r condition
71 0 0 0 (shift())->{'json'} ||= 'JSON::MaybeXS'->new('utf8', 1)
127 0 0 0 $_[0]{'response'} ||= $_[0]->loop->new_future
296 0 0 0 eval { do { $self->json->incr_parse } } // do { $self->debug_printf('Invalid JSON from incr_parse: %s', $@) }