vignettes/tests_and_coverage.Rmd
tests_and_coverage.Rmd
This output is created by covrpage.
Coverage summary is created using the covr package.
Object | Coverage (%) |
---|---|
whereami | 36.49 |
R/counter.R | 7.89 |
R/print.R | 41.38 |
R/whereami.R | 50.00 |
R/zzz.R | 50.00 |
R/thisfile.R | 51.22 |
R/breadcrumb.R | 68.18 |
R/utils.R | 100.00 |
Unit Test summary is created using the testthat package.
file | n | time | error | failed | skipped | warning |
---|---|---|---|---|---|---|
test-counter.R | 1 | 0.013 | 0 | 0 | 0 | 0 |
test-source.R | 3 | 0.079 | 0 | 0 | 0 | 0 |
test-thisfile.R | 4 | 0.635 | 0 | 0 | 0 | 0 |
Show Detailed Test Results
file | context | test | status | n | time |
---|---|---|---|---|---|
test-counter.R | counter functionality | counter flow: no counter exists | PASS | 1 | 0.013 |
test-source.R | source functionality | source calls: direct call | PASS | 1 | 0.013 |
test-source.R | source functionality | source calls: path expand | PASS | 1 | 0.056 |
test-source.R | source functionality | source calls: print | PASS | 1 | 0.010 |
test-thisfile.R | thisfile | thisfile works with source | PASS | 1 | 0.006 |
test-thisfile.R | thisfile | thisfile works with Rscript | PASS | 1 | 0.304 |
test-thisfile.R | thisfile | thisfile works with R | PASS | 1 | 0.307 |
test-thisfile.R | thisfile | thisfile works with knitr | PASS | 1 | 0.018 |