-------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------- |
| 48 | bool CoverageFilterManager::IsModuleSelected(const std::wstring& filename) const |
| 49 | { |
| 50 | return wildcardCoverageFilter_.IsModuleSelected(filename); |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------- |
| 54 | bool CoverageFilterManager::IsSourceFileSelected(const std::wstring& filename) |
no outgoing calls