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
Conditions: -% 0 / 0 / 0

external-library/src/yes.cpp
Line Branch Condition Exec Source
1 1 int yes(int x) {
2 1 return x % 2;
3 }
4