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