-------------------------------------------------------------------------
| 23 | { |
| 24 | //------------------------------------------------------------------------- |
| 25 | ModuleCoverage::ModuleCoverage(const std::filesystem::path& path) |
| 26 | : path_(path) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | //------------------------------------------------------------------------- |
| 31 | ModuleCoverage::~ModuleCoverage() |
nothing calls this directly
no outgoing calls
no test coverage detected