| 167 | } |
| 168 | |
| 169 | bool TATestHelper::dumpReport(std::string Path) { |
| 170 | if (!Analyzer) |
| 171 | return false; |
| 172 | return Analyzer->dump(Path); |
| 173 | } |
| 174 | |
| 175 | const llvm::Module *TATestHelper::getModule() const { |
| 176 | if (Compile && Compile->getLLVMModule()) |
no test coverage detected