print.coverage: Print a coverage object

View source: R/summary_functions.R

print.coverageR Documentation

Print a coverage object

Description

Print a coverage object

Usage

## S3 method for class 'coverage'
print(x, group = c("filename", "functions"), by = "line", ...)

Arguments

x

the coverage object to be printed

group

whether to group coverage by filename or function

by

whether to count coverage by line or expression

...

additional arguments ignored

Value

The coverage object (invisibly).


r-lib/covr documentation built on April 9, 2024, 2:14 p.m.