Branch Coverage

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


line true false branch
39 0 65 if ($frame_ref->{'stream'} != 0)
45 32 33 if ($frame_ref->{'flags'} & 1) { }
16 17 elsif ($length == 0) { }
46 0 32 if ($length != 0)
61 0 17 if ($length % 6 != 0)
69 0 17 if (not defined $con->enc_setting($key)) { }
0 34 elsif (exists $s_check{$key} and not $s_check{$key}{'validator'}->($value)) { }
86 0 17 if exists $s_action{$key}