| 8723 | |
| 8724 | std::ostream& ReporterConfig::stream() const { return *m_stream; } |
| 8725 | IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } |
| 8726 | |
| 8727 | TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} |
| 8728 |
no outgoing calls
no test coverage detected