View source: R/coverage-matrix.R
vt_scrape_coverage_matrix | R Documentation |
Scrape "coverage" tag in test code to generate mapping
vt_scrape_coverage_matrix(
type = c("long", "wide"),
reference = NULL,
src = ".",
ref = vt_path()
)
type |
one of "long" or "wide" which determines shape of output table |
reference |
dynamic reference holder if it already exists |
src , ref |
passed to |
a data.frame mapping requirement ids to test case ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.