| 8123 | return m_resultCapture; |
| 8124 | } |
| 8125 | virtual IRunner* getRunner() override { |
| 8126 | return m_runner; |
| 8127 | } |
| 8128 | |
| 8129 | virtual IConfigPtr const& getConfig() const override { |
| 8130 | return m_config; |
nothing calls this directly
no outgoing calls
no test coverage detected