-------------------------------------------------------------------------
| 22 | { |
| 23 | //------------------------------------------------------------------------- |
| 24 | FileCoverage::FileCoverage(const std::filesystem::path& path) |
| 25 | : path_(path) |
| 26 | { |
| 27 | } |
| 28 | |
| 29 | //------------------------------------------------------------------------- |
| 30 | void FileCoverage::AddLine(unsigned int lineNumber, bool hasBeenExecuted) |
nothing calls this directly
no outgoing calls
no test coverage detected