| blib/lib/Protocol/HTTP2/Frame/Settings.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 0 | 49 | if ($$frame_ref{'stream'} != 0) |
| 45 | 24 | 25 | if ($$frame_ref{'flags'} & 1) { } |
| 12 | 13 | elsif ($length == 0) { } | |
| 46 | 0 | 24 | if ($length != 0) |
| 61 | 0 | 13 | if ($length % 6 != 0) |
| 69 | 0 | 13 | if (not defined $con->enc_setting($key)) { } |
| 0 | 26 | elsif (exists $s_check{$key} and not $s_check{$key}{'validator'}($value)) { } | |
| 86 | 0 | 13 | if exists $s_action{$key} |