Skip to contents

Scrape "coverage" tag in test code to generate mapping

Usage

vt_scrape_coverage_matrix(
  type = c("long", "wide"),
  reference = NULL,
  src = ".",
  ref = vt_path()
)

Arguments

type

one of "long" or "wide" which determines shape of output table

reference

dynamic reference holder if it already exists

src, ref

passed to vt_scrape_tags_from

Value

a data.frame mapping requirement ids to test case ids.