| blib/lib/AnyEvent/HTTPD/HTTPConnection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 18 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 75 | 0 | 0 | 25 | defined $$self{'hdl'} and not $$self{'disconnected'} | 
| 151 | 0 | 0 | 5 | defined $self and defined $$self{'hdl'} | 
| 0 | 0 | 5 | defined $self and defined $$self{'hdl'} and not $$self{'disconnected'} | |
| 155 | 0 | 1 | 4 | defined $chunk and length $chunk > 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 36 | 0 | 15 | 0 | ref $this || $this | 
| 122 | 1 | 1 | 23 | header_exists($hdr, 'Content-Length') or ref $content |