zero_coverage {covr} | R Documentation |
Provide locations of zero coverage
Description
When examining the test coverage of a package, it is useful to know if there are any locations where there is 0 test coverage.
Usage
zero_coverage(x, ...)
Arguments
x |
a coverage object returned |
... |
additional arguments passed to
|
Details
if used within RStudio this function outputs the results using the Marker API.
Value
A data.frame
with coverage data where the coverage is 0.
[Package covr version 3.6.4 Index]