travis-ci
160 of 160 new or added lines in 6 files covered. (100.0%)
7097 of 10038 relevant lines covered (70.7%)
2252174.19 hits per line
1 |
`%||%` <- function (a, b) { |
|
|
if (!is.null(a))
|
× |
|
a |
× |
|
else b
|
× |
5 |
} |