github
1903 of 2546 branches covered (74.74%)
Branch coverage included in aggregate %.
775 of 823 new or added lines in 10 files covered. (94.17%)
17884 existing lines in 262 files now uncovered.37927 of 62547 relevant lines covered (60.64%)
158.97 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
|
} |
× |