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

subfolder/subfolder/lib.cpp
Line Branch Exec Source
1 #include "lib.h"
2
3 1 int foo() {
4 1 return bar();
5 }
6