| 3878 | throw std::domain_error( "Verbosity level not supported by this reporter" ); |
| 3879 | } |
| 3880 | ~CumulativeReporterBase() override = default; |
| 3881 | |
| 3882 | ReporterPreferences getPreferences() const override { |
| 3883 | return m_reporterPrefs; |
nothing calls this directly
no outgoing calls
no test coverage detected