blib/lib/App/DubiousHTTP/Tests/Chunked.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
318 | 0 | 0 | 0 | $te eq 'chunked' and not @chunks |
327 | 0 | 0 | 0 | $chunkmod{'nofinal'} and not $chunks[-1][0] |
line | l | !l | condition |
---|---|---|---|
250 | 0 | 0 | $1 || 100 |
321 | 0 | 0 | $chunkmod{'lineend'} || "\r\n" |
333 | 0 | 0 | $last->[2] || '' |
338 | 0 | 0 | $_->[2] || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
317 | 0 | 0 | 0 | $te ||= $hdr =~ /^Transfer-Encoding:/im ? 'chunked' : 'clen' |