blib/lib/Protocol/HTTP2/Frame/Data.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 31 | 0 | 0 | $stream_fcw < $con->dec_setting(5) and not $frame_ref->{'flags'} & 1 |
57 | 2 | 2 | 0 | defined $slen and $slen != length $con->stream_data($frame_ref->{'stream'}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 0 | 0 | 31 | $fcw < 0 or $stream_fcw < 0 |