Branch Coverage

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


line true false branch
14 0 72 if ($frame_ref->{'stream'} == 0)
23 0 72 if ($frame_ref->{'flags'} & 8)
28 1 71 if ($frame_ref->{'flags'} & 32)
36 0 1 unless ($con->stream_reprio($frame_ref->{'stream'}, $exclusive, $stream_dep))
52 0 72 if ($hblock_size < 0)
63 72 0 if $frame_ref->{'flags'} & 4
72 0 75 if (exists $data_ref->{'padding'})
77 1 74 if (exists $data_ref->{'stream_dep'} or exists $data_ref->{'weight'})
81 0 1 if $data_ref->{'exclusive'}