| 5677 | } |
| 5678 | |
| 5679 | ReporterPreferences getPreferences() const override { |
| 5680 | return m_reporterPrefs; |
| 5681 | } |
| 5682 | |
| 5683 | static std::set<Verbosity> getSupportedVerbosities() { |
| 5684 | return { Verbosity::Normal }; |
nothing calls this directly
no outgoing calls
no test coverage detected