-------------------------------------------------------------------------
| 161 | |
| 162 | //------------------------------------------------------------------------- |
| 163 | void Options::AddInputCoveragePath(const std::filesystem::path& path) |
| 164 | { |
| 165 | inputCoveragePaths_.push_back(path); |
| 166 | } |
| 167 | |
| 168 | //------------------------------------------------------------------------- |
| 169 | const std::vector<std::filesystem::path>& Options::GetInputCoveragePaths() const |