diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 27a2beecb..3dd6fd8fa 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -932,8 +932,10 @@ int ctest::CoverageDirectory() << "\t\t" << std::endl; for ( cc = 0; cc < lines.size(); cc ++ ) { - cfileoutput << "\t\t" << lines[cc] << "" << std::endl; + cfileoutput << "\t\t(cc) << "\" Count=\"" + << cov.m_Lines[cc] << "\">" + << lines[cc] << "" << std::endl; } cfileoutput << "\t\t\n" << "\t" << std::endl;