blib/lib/IOMux/HTTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | $msg and length $$refdata |
0 | 0 | 0 | $msg and length $$refdata and $$self{'IMH_take_all'} |
line | l | !l | condition |
---|---|---|---|
39 | 0 | 0 | $$args{'add_headers'} || [] |
82 | 0 | 0 | $headers->header('Connection') || '' |
142 | 0 | 0 | $headers->header('Content-Type') || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | $$args{'name'} ||= ++$conn_id |
82 | 0 | 0 | 0 | $msg->protocol lt 'HTTP/1.1' or lc($headers->header('Connection') || '') ne 'keep-alive' |
162 | 0 | 0 | 0 | $self->mux_output_waiting or $$self{'IMH_more_output'} |