GcovCounter¶
class GcovCounter
Gcov processor for coverage data.
Functions¶
Name | Description |
---|---|
count | Read in file and update coverage data. |
Function Details¶
count¶
void count(const std::filesystem::path& file, Entity& root)
Read in file and update coverage data.
-
file
- Coverage file.
-
root
- Root entity.