| src/panda/protocol/websocket/Utf8Checker.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 6 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 11 | 10 | for (const auto& s : v) if (!write(s)) return false; |
| 11 | 0 | for (const auto& s : v) if (!write(s)) return false; | |
| 1 | 10 | for (const auto& s : v) if (!write(s)) return false; |