These functions facilitate the creation of reports for coverage of a single file.
.renderSourceRow(line, source, coverage).renderSourceFile(lines, file = "source", highlight = TRUE)
.single_file_summary(file_stats)
.renderReport(coverage, report.file, dir = dirname(report.file),
libdir = file.path(dir, "lib"))
Line(s) number
source file
The number of times covered
the file in question
Highlight the row.
The coverage object for the file.
Where to output the HTML report.
the base directory for the HTML output
Where to put html dependencies?