-------------------------------------------------------------------------
| 61 | |
| 62 | //------------------------------------------------------------------------- |
| 63 | void CoverageData::SetName(const std::wstring& name) |
| 64 | { |
| 65 | name_ = name; |
| 66 | } |
| 67 | |
| 68 | //------------------------------------------------------------------------- |
| 69 | void CoverageData::SetExitCode(int exitCode) |
nothing calls this directly
no outgoing calls
no test coverage detected