07 September, 2020 21:32:01
This output is created by covrpage.
Coverage summary is created using the covr package.
## ⚠️ Not All Tests Passed
## Coverage statistics are approximations of the non-failing tests.
## Use with caution
##
## For further investigation check in testthat summary tables.
Object | Coverage (%) |
---|---|
equatiomatic | 59.47 |
R/merMod.R | 0.00 |
R/print.R | 35.71 |
R/extract_rhs.R | 79.63 |
R/extract_eq.R | 81.67 |
R/extract_lhs.R | 92.86 |
R/create_eq.R | 99.19 |
R/utils.R | 100.00 |
Unit Test summary is created using the testthat package.
file | n | time | error | failed | skipped | warning | icon |
---|---|---|---|---|---|---|---|
test-clm.R | 6 | 2.410 | 0 | 0 | 0 | 0 | |
test-glm.R | 12 | 0.145 | 0 | 0 | 0 | 0 | |
test-lm.R | 7 | 0.060 | 0 | 0 | 0 | 0 | |
test-polr.R | 5 | 0.115 | 0 | 0 | 0 | 0 | |
test-print.R | 5 | 1.277 | 0 | 3 | 0 | 0 | 🛑 |
test-utils.R | 8 | 0.242 | 0 | 0 | 0 | 0 | |
test-wrapping-formatting.R | 10 | 0.070 | 0 | 0 | 0 | 0 |
Show Detailed Test Results
file | context | test | status | n | time | icon |
---|---|---|---|---|---|---|
test-clm.R | CLMs | Ordered models with clm work | PASS | 5 | 2.391 | |
test-clm.R | CLMs | Unsupported CLMs create a message | PASS | 1 | 0.019 | |
test-glm.R | GLMs | Logistic regression works | PASS | 1 | 0.018 | |
test-glm.R | GLMs | Probit regression works | PASS | 2 | 0.026 | |
test-glm.R | GLMs | Unsupported GLMs create a message | PASS | 1 | 0.009 | |
test-glm.R | GLMs | Distribution-based equations work | PASS | 3 | 0.030 | |
test-glm.R | GLMs | Weights work | PASS | 1 | 0.020 | |
test-glm.R | GLMs | non-binomial regression works | PASS | 4 | 0.042 | |
test-lm.R | Linear models | Simple lm models work | PASS | 3 | 0.024 | |
test-lm.R | Linear models | Interactions work | PASS | 2 | 0.018 | |
test-lm.R | Linear models | Custom Greek works | PASS | 2 | 0.018 | |
test-polr.R | polr | Ordered logistic regression works | PASS | 5 | 0.115 | |
test-print.R | Printing | Equation is printed correctly | PASS | 2 | 0.009 | |
test-print.R | Printing | Equation is knit_print-ed correctly | FAILED | 3 | 1.268 | 🛑 |
test-utils.R | Utility functions | Strict mapply_* functions work | PASS | 8 | 0.242 | |
test-wrapping-formatting.R | Wrapping and formatting | Coefficient digits work correctly | PASS | 2 | 0.016 | |
test-wrapping-formatting.R | Wrapping and formatting | Wrapping works correctly | PASS | 8 | 0.054 |
Failed | Warning | Skipped |
---|---|---|
🛑 | 🔶 |