| 67 | {} |
| 68 | |
| 69 | void run(const char* code) { |
| 70 | cppcheck.checkBuffer(FileWithDetails("test.cpp", Standards::Language::CPP, 0), code, strlen(code)); |
| 71 | } |
| 72 | |
| 73 | void reportOut(const std::string & /*outmsg*/, Color /*c*/) override {} |
| 74 | void reportErr(const ErrorMessage &msg) override { |
no test coverage detected