blib/lib/Protocol/HTTP2/Frame.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 129 | 0 | 0 | $pending_stream_id and $type != 9 || $pending_stream_id != $stream_id |
123 | 62 | 53 | 14 | $stream_id and not $con->stream($stream_id) |
115 | 14 | 0 | $stream_id and not $con->stream($stream_id) and not $con->new_peer_stream($stream_id) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
101 | 0 | 0 | 0 | $type != 9 || $pending_stream_id != $stream_id |