Branch Coverage

bson/bson-md5.c
Criterion Covered Total %
branch 0 20 0.0


line true false branch
176 0 0 if (!((data - (const uint8_t *)0) & 3)) {
352 0 0 if (nbytes <= 0)
358 0 0 if (pms->count[0] < nbits)
362 0 0 if (offset) {
363 0 0 int copy = (offset + nbytes > 64 ? 64 - offset : nbytes);
366 0 0 if (offset + copy < 64)
374 0 0 for (; left >= 64; p += 64, left -= 64)
378 0 0 if (left)
396 0 0 for (i = 0; i < 8; ++i)
402 0 0 for (i = 0; i < 16; ++i)