Branch Coverage

src/rand/aesctr_drbg.c
Criterion Covered Total %
branch 9 14 64.2


line true false branch
51 2 2 while (len > 0) {
61 0 2 if (clen > 65280) {
69 0 2 if ((uint32_t)(ctx->cc + ((clen + 15) >> 4)) > 32768) {
71 0 0 if (clen > len) {
88 0 2 if (ctx->cc >= 32768) {
157 2 4 if (first) {
163 2 2 if (len == 0) {