View source: R/summary_functions.R
zero_coverage | R Documentation |
When examining the test coverage of a package, it is useful to know if there are any locations where there is 0 test coverage.
zero_coverage(x, ...)
x |
a coverage object returned |
... |
additional arguments passed to
|
if used within RStudio this function outputs the results using the Marker API.
A data.frame
with coverage data where the coverage is 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.