Branch Coverage

blib/lib/Protocol/HTTP2/Frame/Headers.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
14 0 30 if ($frame_ref->{'stream'} == 0)
23 0 30 if ($frame_ref->{'flags'} & 8)
28 1 29 if ($frame_ref->{'flags'} & 32)
43 0 30 if ($hblock_size < 0)
54 30 0 if $frame_ref->{'flags'} & 4
63 0 33 if (exists $data_ref->{'padding'})
68 1 32 if (exists $data_ref->{'stream_dep'} or exists $data_ref->{'weight'})
72 0 1 if $data_ref->{'exclusive'}