| src/panda/protocol/websocket/Parser.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 8 | 37.5 |
| line | true | false | branch |
|---|---|---|---|
| 156 | 0 | 0 | virtual ~Parser () {} |
| 0 | 0 | virtual ~Parser () {} | |
| 203 | 0 | 210 | if (!_flags[ESTABLISHED]) throw Error("not established"); |
| 204 | 1 | 209 | if (_flags[SEND_CLOSED]) throw Error("close sent, can't send anymore"); |