| blib/lib/Protocol/HTTP2/Frame/Headers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 16 | 62.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 14 | 0 | 24 | if ($$frame_ref{'stream'} == 0) | 
| 23 | 0 | 24 | if ($$frame_ref{'flags'} & 8) | 
| 28 | 1 | 23 | if ($$frame_ref{'flags'} & 32) | 
| 43 | 0 | 24 | if ($hblock_size < 0) | 
| 52 | 24 | 0 | if $$frame_ref{'flags'} & 4 | 
| 63 | 0 | 27 | if (exists $$data_ref{'padding'}) | 
| 68 | 1 | 26 | if (exists $$data_ref{'stream_dep'} or exists $$data_ref{'weight'}) | 
| 72 | 0 | 1 | if $$data_ref{'exclusive'} |