Branch Coverage

base91-0.6.0/base91.c
Criterion Covered Total %
branch 22 24 91.6


line true false branch
75 35 5 while (len--) {
78 20 15 if (b->nbits > 13) { /* enough bits in queue */
81 18 2 if (val > 88) {
104 3 1 if (b->nbits) {
106 3 0 if (b->nbits > 7 || b->queue > 90)
0 3 if (b->nbits > 7 || b->queue > 90)
123 65 5 while (len--) {
125 5 60 if (d == 91)
127 32 28 if (b->val == -1)
132 25 3 b->nbits += (b->val & 8191) > 88 ? 13 : 14;
137 17 28 } while (b->nbits > 7);
152 4 1 if (b->val != -1)