github
1247 of 1674 branches covered (74.49%)
Branch coverage included in aggregate %.
94 of 141 new or added lines in 25 files covered. (66.67%)
22863 existing lines in 275 files now uncovered.33348 of 63049 relevant lines covered (52.89%)
4.05 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
|
} |
× |