| blib/lib/Sniffer/Connection/HTTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 22 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 0 | $te and $te eq 'chunked' |
| 146 | 0 | 0 | 0 | defined $chunksize and length $$buffer >= $chunksize |
| 180 | 0 | 0 | 0 | defined $len and length $$buffer < $len |
| 187 | 0 | 0 | 0 | defined $len and $len == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 46 | 0 | 0 | $args{$_} ||= sub { } |
| 49 | 0 | 0 | $args{$_} ||= \my($buffer) |
| 52 | 0 | 0 | delete $args{'tcp_log'} || sub { } |
| 136 | 0 | 0 | $res->header('Transfer-Encoding') || '' |
| 259 | 0 | 0 | $req->header('Content-Length') || 0 |