GCC Code Coverage Report


Directory: ./
File: main.c
Date: 2025-09-27 21:24:05+00:00
Coverage Exec Excl Total
Lines: 100.0% 3 0 3
Functions: 100.0% 1 0 1
Branches: -% 0 0 0

Line Branch 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