|
@@ -560,6 +560,8 @@ int cmCTestCoverageHandler::ProcessHandler()
|
|
|
ostr << "Cannot open source file: " << fullPath;
|
|
ostr << "Cannot open source file: " << fullPath;
|
|
|
errorsWhileAccumulating.push_back(ostr.str());
|
|
errorsWhileAccumulating.push_back(ostr.str());
|
|
|
error++;
|
|
error++;
|
|
|
|
|
+ covLogXML.EndElement(); // Report
|
|
|
|
|
+ covLogXML.EndElement(); // File
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
int untested = 0;
|
|
int untested = 0;
|