Branch Coverage

src/panda/protocol/websocket/iterator.h
Criterion Covered Total %
branch 1 12 8.3


line true false branch
25 0 0 string& operator* () { return i == 0 ? s1 : s2; }
66 4 0 struct StringPair : StringPairIteratorPair {
70 0 0 , str2(s2)
79 0 0 return StringPair(str1, str2);
0 0 return StringPair(str1, str2);
100 0 0 string& operator* () { return i == 0 ? s : it[i-1]; }