github
1184 of 1608 branches covered (73.63%)
Branch coverage included in aggregate %.
94 of 141 new or added lines in 25 files covered. (66.67%)
22907 existing lines in 275 files now uncovered.33302 of 63049 relevant lines covered (52.82%)
7.72 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
|
} |
× |