GCC Code Coverage Report


Directory: ./
File: foo.cpp
Date: 2022-03-25 19:55:42
Exec Total Coverage
Lines: 4 4 100.0%
Functions: 1 1 100.0%
Branches: 0 0 -%

Line Branch Exec Source
1 1 int foo()
2 {
3 1 int x=2;
4 1 int y=2;
5 1 return x+y;
6 }
7