Skip to content

JSONCounter

class JSONCounter

JSON processor for coverage data following gcov/gcovr schema.

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.