Branch Coverage

blib/lib/Protocol/HTTP2/Frame/Data.pm
Criterion Covered Total %
branch 11 18 61.1


line true false branch
13 0 22 if ($$frame_ref{'stream'} == 0)
22 0 22 if ($$frame_ref{'flags'} & 8)
28 0 22 if ($dblock_size < 0)
36 0 22 if ($fcw < 0 or $stream_fcw < 0)
42 0 22 if $fcw < $con->dec_setting(5)
43 0 22 if $stream_fcw < $con->dec_setting(5) and not $$frame_ref{'flags'} & 1
47 5 17 unless $dblock_size
55 2 15 if ($$frame_ref{'flags'} & 1)
57 0 2 if (defined $slen and $slen != length $con->stream_data($$frame_ref{'stream'}))