R/summary_functions.R
print.coverage.Rd
Print a coverage object
# S3 method for coverage print(x, group = c("filename", "functions"), by = "line", ...)
the coverage object to be printed
whether to group coverage by filename or function
whether to count coverage by line or expression
additional arguments ignored
The coverage object (invisibly).