--------------------------------------------------------------------------
| 122 | |
| 123 | //-------------------------------------------------------------------------- |
| 124 | bool MonitoredLineRegister::IsSourceFileSelected( |
| 125 | const std::filesystem::path& path) |
| 126 | { |
| 127 | auto isSelected = coverageFilterManager_->IsSourceFileSelected(path.wstring()); |
| 128 | filterAssistant_->OnNewSourceFile(path, isSelected); |
| 129 | return isSelected; |
| 130 | } |
| 131 | |
| 132 | //-------------------------------------------------------------------------- |
| 133 | void |
no test coverage detected