tests/testthat/Testbox/app/modules/module.R

#' an example function
#'
#' @export
a <- function(x) {
  if (x <= 1) {
    1
  } else {
    2
  }
}

private_function <- function(x) {
  x ^ 2
}

Try the covr package in your browser

Any scripts or data that you put into this service are public.

covr documentation built on Nov. 10, 2025, 1:06 a.m.