github
1710 of 2234 branches covered (76.54%)
Branch coverage included in aggregate %.
94 of 141 new or added lines in 25 files covered. (66.67%)
20319 existing lines in 272 files now uncovered.35902 of 63049 relevant lines covered (56.94%)
11.42 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
|
} |
× |