| 10905 | |
| 10906 | std::ostream& ReporterConfig::stream() const { return *m_stream; } |
| 10907 | IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } |
| 10908 | |
| 10909 | TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} |
| 10910 |
no outgoing calls
no test coverage detected