git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281872
91177308-0d34-0410-b5e6-
96231b3b80d8
HTML: <h4>Created:{{.*}}</h4>
HTML-FILE: <pre>{{.*}}showProjectSummary.cpp (Binary: showProjectSummary.covmapping)</pre>
HTML-FUNCTION: <pre>main</pre>
-HTML-HEADER: <td><pre>Line No.</pre></td>
+HTML-HEADER: <td><pre>Line</pre></td>
HTML-HEADER: <td><pre>Count</pre></td>
HTML-HEADER: <td><pre>Source (<a href='#L8'>jump to first uncovered line</a>)</pre></td>
HTML-FOOTER: <h5>Generated by llvm-cov{{.*}}</h5>
}
renderLinePrefix(OS, ViewDepth);
- OS << tag("td", tag("pre", "Line No.")) << tag("td", tag("pre", "Count"))
+ OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count"))
<< SourceLabel;
renderLineSuffix(OS, ViewDepth);
}