| 6525 | return m_stream->stream(); |
| 6526 | } |
| 6527 | std::string Config::name() const { |
| 6528 | return m_data.name.empty() ? m_data.processName : m_data.name; |
| 6529 | } |
| 6530 | bool Config::includeSuccessfulResults() const { |
| 6531 | return m_data.showSuccessfulTests; |
| 6532 | } |
no test coverage detected