| 5795 | ~CumulativeReporterBase() override = default; |
| 5796 | |
| 5797 | ReporterPreferences getPreferences() const override { |
| 5798 | return m_reporterPrefs; |
| 5799 | } |
| 5800 | |
| 5801 | static std::set<Verbosity> getSupportedVerbosities() { |
| 5802 | return { Verbosity::Normal }; |
nothing calls this directly
no outgoing calls
no test coverage detected