Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
covr (version 2.0.1)
zero_coverage: 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
package_coverage
...
additional arguments passed to
tally_coverage
Details
if used within Rstudio this function outputs the results using the Marker API.