| 7535 | |
| 7536 | std::ostream& ReporterConfig::stream() const { return *m_stream; } |
| 7537 | IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } |
| 7538 | |
| 7539 | TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} |
| 7540 |
no outgoing calls
no test coverage detected