tests/testthat/TestPrint/R/TestPrint.R

#' an example function
#'
#' @export
test_me <- function(x, y) {
  if (TRUE) { x + y } else { 0 } # nolint
}
jimhester/covr documentation built on June 14, 2025, 1:24 a.m.