GCC Code Coverage Report


Directory: ../
File: external-library/src/yes.cpp
Date: 0000-00-00 00:00:00
Exec Total Coverage
Lines: 2 2 100.0%
Functions: 1 1 100.0%
Branches: 0 0 -%

Line Branch Exec Source
1 1 int yes(int x) {
2 1 return x % 2;
3 }
4