github
946 of 1273 branches covered (74.31%)
Branch coverage included in aggregate %.
117 of 146 new or added lines in 9 files covered. (80.14%)
24638 existing lines in 277 files now uncovered.31680 of 63169 relevant lines covered (50.15%)
2.0 hits per line
UNCOV
1
|
export default function assert(condition, message = '') { |
|
UNCOV
2
|
if (!condition) {
|
× |
3 |
throw new Error(`JSON conversion error ${message}`); |
× |
4 |
} |
× |
UNCOV
5
|
} |
× |