Branch Coverage

queue.h
Criterion Covered Total %
branch 11 18 61.1


line true false branch
30 49 0 if (it->cur != NULL) {
56 32 30 if (q->first == NULL) {
67 15 37 if (q->first == NULL) {
81 0 74 if (it->cur == NULL)
88 0 25 if (it->cur == NULL)
91 0 25 if (it->prev != NULL) {
98 14 11 if (q->last == it->cur)
110 0 0 for (q_e = q->first; q_e != NULL; old = q_e, q_e = q_e->next, free(old));
121 0 25 for (q_e = q->first; q_e != NULL; old = q_e, q_e = q_e->next, free(old));