Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
95 lines (75 sloc) 5.51 KB

Tests and Coverage

27 October, 2019 14:13:53

This output is created by covrpage.

Coverage

Coverage summary is created using the covr package.

Object Coverage (%)
whereami 28.36
R/breadcrumb.R 0.00
R/counter.R 8.22
R/print.R 41.38
R/whereami.R 44.74
R/thisfile.R 46.34
R/utils.R 100.00

Unit Tests

Unit Test summary is created using the testthat package.

file n time error failed skipped warning icon
test-console.R 2 0.005 0 0 0 0
test-counter.R 12 0.074 0 0 0 0
test-source.R 3 0.061 0 0 0 0
test-thisfile.R 4 0.011 0 0 3 0 🔶
Show Detailed Test Results
file context test status n time icon
test-console.R console functionality console functionality: class PASS 1 0.002
test-console.R console functionality console functionality: value PASS 1 0.003
test-counter.R counter functionality counter flow: no counter exists PASS 1 0.000
test-counter.R counter functionality counter flow: initial PASS 1 0.030
test-counter.R counter functionality counter flow: check counter was created PASS 1 0.001
test-counter.R counter functionality counter flow: counter name PASS 1 0.001
test-counter.R counter functionality counter flow: counter bump PASS 1 0.020
test-counter.R counter functionality counter flow: counter state PASS 2 0.002
test-counter.R counter functionality counter flow: cat_whereami PASS 1 0.018
test-counter.R counter functionality counter flow: multiple counter states PASS 1 0.001
test-counter.R counter functionality counter flow: multiple counter names PASS 1 0.001
test-counter.R counter functionality counter flow: reset item PASS 1 0.000
test-counter.R counter functionality counter flow: reset all PASS 1 0.000
test-source.R source functionality source calls: direct call PASS 1 0.014
test-source.R source functionality source calls: path expand PASS 1 0.015
test-source.R source functionality source calls: print PASS 1 0.032
test-thisfile.R thisfile thisfile works with source SKIPPED 1 0.001 🔶
test-thisfile.R thisfile thisfile works with Rscript SKIPPED 1 0.000 🔶
test-thisfile.R thisfile thisfile works with R SKIPPED 1 0.000 🔶
test-thisfile.R thisfile thisfile works with knitr PASS 1 0.010
Failed Warning Skipped
🛑 ⚠️ 🔶
Session Info
Field Value
Version R version 3.6.1 (2019-07-05)
Platform x86_64-apple-darwin15.6.0 (64-bit)
Running macOS Mojave 10.14.5
Language en_US
Timezone America/New_York
Package Version
testthat 2.2.1
covr 3.3.0
covrpage 0.0.70
You can’t perform that action at this time.