| src/int/i31_decmod.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 62 | 0 | 6 | if (tlen < len) { |
| 67 | 12 | 6 | for (pass = 0; pass < 2; pass ++) { |
| 75 | 1344 | 12 | for (u = 0; u < tlen; u ++) { |
| 78 | 1216 | 128 | if (u < len) { |
| 85 | 344 | 1000 | if (acc_len >= 31) { |
| 91 | 324 | 20 | if (v <= mlen) { |
| 92 | 162 | 162 | if (pass) { |
| 101 | 10 | 10 | if (!pass) { |