travis-ci
204 of 204 new or added lines in 6 files covered. (100.0%)
9348 of 12707 relevant lines covered (73.57%)
593206.02 hits per line
1 |
`%||%` <- function (a, b) { |
|
|
if (!is.null(a))
|
× |
|
a |
× |
|
else b
|
× |
5 |
} |