Branch Coverage

src/panda/uri/ws.h
Criterion Covered Total %
branch 2 8 25.0


line true false branch
6 0 2 struct URI::wss : Strict {
9 0 0 static string default_scheme () { return "wss"; }
12 0 2 struct URI::ws : Strict {
15 0 0 static string default_scheme () { return "ws"; }