GCC Code Coverage Report


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

main.c
Line Branch Condition Exec Source
1 #include <stdio.h>
2
3 #include "func.h"
4
5 2 int main(int argc, char* argv[]) {
6 2 foo(0);
7
8 2 return 0;
9 }
10