blib/lib/Protocol/SPDY/Frame/Control/RST_STREAM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
41 | 4 | 0 | unless @_ |
73 | 2 | 2 | if exists $args{'status'} |
86 | 0 | 2 | unless exists {1 => 'PROTOCOL_ERROR', 10 => 'INVALID_CREDENTIALS', 11 => 'FRAME_TOO_LARGE', 2 => 'INVALID_STREAM', 3 => 'REFUSED_STREAM', 4 => 'UNSUPPORTED_VERSION', 5 => 'CANCEL', 6 => 'INTERNAL_ERROR', 7 => 'FLOW_CONTROL_ERROR', 8 => 'STREAM_IN_USE', 9 => 'STREAM_ALREADY_CLOSED'}->{$code} |