Branch Coverage

entropy.c
Criterion Covered Total %
branch 4 16 25.0


line true false branch
16 0 0 for (bit = a = 0; bit < 8; bit++) {
17 0 0 t1 = clock(); while (t1 == clock()) a ^= 1;
26 0 0 for (byte = 0; byte < 4; byte++)
28 0 0 for (byte = 0; byte < bytes; byte++) {
70 0 51 if (f == NULL)
73 51 0 if (f != NULL) {
74 51 0 if (setvbuf(f, NULL, _IONBF, 0) == 0) { /* disable buffering */
83 0 51 if (len != bytes)