reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
309 Columns.emplace_back(tag("td", "Filename", "column-entry-bold")); 310 Columns.emplace_back(tag("td", "Function Coverage", "column-entry-bold")); 313 tag("td", "Instantiation Coverage", "column-entry-bold")); 314 Columns.emplace_back(tag("td", "Line Coverage", "column-entry-bold")); 316 Columns.emplace_back(tag("td", "Region Coverage", "column-entry-bold")); 317 OS << tag("tr", join(Columns.begin(), Columns.end(), "")); 356 Columns.emplace_back(tag("td", tag("pre", S), CellClass)); 356 Columns.emplace_back(tag("td", tag("pre", S), CellClass)); 367 Columns.emplace_back(tag("td", tag("pre", Filename))); 367 Columns.emplace_back(tag("td", tag("pre", Filename))); 384 OS << tag("tr", join(Columns.begin(), Columns.end(), ""), "light-row-bold"); 386 OS << tag("tr", join(Columns.begin(), Columns.end(), ""), "light-row"); 412 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); 413 OSRef << tag(ReportTitleTag, "Coverage Report"); 415 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts)); 418 OSRef << tag("p", "Click " + 445 OSRef << tag("p", "Files which contain no functions. (These " 452 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; 452 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; 452 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; 457 OSRef << tag("h5", escape(Opts.getLLVMVersionString(), Opts)); 472 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions())) 536 return tag("span", Snippet, Color.getValue()); 591 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count), 591 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count), 617 Count = tag("pre", formatCount(Line.getExecutionCount())); 620 OS << tag("td", Count, CoverageClass); 627 OS << tag("td", a("#" + TargetName, tag("pre", LineNoStr), TargetName), 627 OS << tag("td", a("#" + TargetName, tag("pre", LineNoStr), TargetName), 660 << tag("pre", 672 OS << tag(ProjectTitleTag, escape(getOptions().ProjectTitle, getOptions())); 673 OS << tag(ReportTitleTag, escape(Title, getOptions())); 675 OS << tag(CreatedTimeTag, 684 SourceLabel = tag("td", tag("pre", "Source")); 684 SourceLabel = tag("td", tag("pre", "Source")); 688 tag("td", tag("pre", "Source (" + 688 tag("td", tag("pre", "Source (" + 694 OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count")) 694 OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count")) 694 OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count")) 694 OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count"))