File: print.coverage.Rd

package info (click to toggle)
r-cran-covr 3.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,132 kB
  • sloc: javascript: 238; cpp: 74; ansic: 48; xml: 41; sh: 18; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/summary_functions.R
\name{print.coverage}
\alias{print.coverage}
\title{Print a coverage object}
\usage{
\method{print}{coverage}(x, group = c("filename", "functions"), by = "line", ...)
}
\arguments{
\item{x}{the coverage object to be printed}

\item{group}{whether to group coverage by filename or function}

\item{by}{whether to count coverage by line or expression}

\item{...}{additional arguments ignored}
}
\value{
The coverage object (invisibly).
}
\description{
Print a coverage object
}