Branch Coverage

src/int/i31_encode.c
Criterion Covered Total %
branch 7 10 70.0


line true false branch
37 0 61 if (xlen == 0) {
45 1250 61 while (len != 0) {
48 1250 0 w = (k <= xlen) ? x[k] : 0;
50 74 1176 if (acc_len == 0) {
59 1176 0 if (len >= 4) {