Branch Coverage

generate_uudmap.c
Criterion Covered Total %
branch 38 44 86.4


line true false branch
42 39 217 if (p->value) {
48 255 1 if (!--count)
60 512 2 while (count--) {
63 510 2 if (count) {
65 30 480 if (!(count & 15)) {
79 0 3 if (!out) {
89 0 3 if (fclose(out)) {
111 1 0 if (argc < 4 || argv[1][0] == '\0' || argv[2][0] == '\0'
1 0 if (argc < 4 || argv[1][0] == '\0' || argv[2][0] == '\0'
1 0 if (argc < 4 || argv[1][0] == '\0' || argv[2][0] == '\0'
112 1 0 || argv[3][0] == '\0') {
117 64 1 for (i = 0; i < sizeof(PL_uuemap) - 1; ++i)
128 255 1 for (bits = 1; bits < 256; bits++) {
129 128 127 if (bits & 1) PL_bitcount[bits]++;
130 128 127 if (bits & 2) PL_bitcount[bits]++;
131 128 127 if (bits & 4) PL_bitcount[bits]++;
132 128 127 if (bits & 8) PL_bitcount[bits]++;
133 128 127 if (bits & 16) PL_bitcount[bits]++;
134 128 127 if (bits & 32) PL_bitcount[bits]++;
135 128 127 if (bits & 64) PL_bitcount[bits]++;
136 128 127 if (bits & 128) PL_bitcount[bits]++;
142 39 1 while (p->value) {