Branch Coverage

blib/lib/Protocol/HTTP2/Frame/Ping.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
12 0 2 if ($frame_ref->{'stream'} != 0)
18 0 2 if ($length != 8)
24 1 1 unless $frame_ref->{'flags'} & 1
31 0 4 if (length $$data_ref != 8)