travis-ci
174 of 174 new or added lines in 6 files covered. (100.0%)
7094 of 10011 relevant lines covered (70.86%)
2258248.15 hits per line
1 |
`%||%` <- function (a, b) { |
|
|
if (!is.null(a))
|
× |
|
a |
× |
|
else b
|
× |
5 |
} |