| 93 | } |
| 94 | |
| 95 | std::string getTargetReportDirPath(std::string ProjectName) { |
| 96 | |
| 97 | return util::getParentPath(getTargetReportPath(ProjectName)); |
| 98 | } |
| 99 | |
| 100 | std::string getUTSourcePath(std::string ProjectName) { |
| 101 |
nothing calls this directly
no test coverage detected