GCC Code Coverage Report


Directory: .
Coverage: low: ≥ 0% medium: ≥ 75.0% high: ≥ 90.0%
Coverage Exec / Excl / Total
Lines: 100.0% 2 / 0 / 2
Functions: 100.0% 1 / 0 / 1
Branches: -% 0 / 0 / 0

main.cpp
Line Branch Exec Source
1 // vim: fileencoding=cp1252
2 // cspell:disable
3 1 int main() {
4 // Unicode characters not supported
5 // chars that are different in common single-byte encodings:
6 // �uvre, �typographic quotes�, �, �, �, �
7 1 return 0;
8 }
9