| 2716 | // ========================================================================================= |
| 2717 | |
| 2718 | void report_query(const QueryData&) override { |
| 2719 | xml.writeDeclaration(); |
| 2720 | } |
| 2721 | |
| 2722 | void test_run_start() override { |
| 2723 | xml.writeDeclaration(); |
nothing calls this directly
no test coverage detected