travis-ci
206 of 206 new or added lines in 6 files covered. (100.0%)
9349 of 12709 relevant lines covered (73.56%)
1779338.0 hits per line
1 |
`%||%` <- function (a, b) { |
|
|
if (!is.null(a))
|
× |
|
a |
× |
|
else b
|
× |
5 |
} |