Branch Coverage

rinq.c
Criterion Covered Total %
branch 14 18 77.7


line true false branch
51 1225 156 RINQ_NEW(x,ref);
0 156 RINQ_NEW(x,ref);
53 1318 63 if ((*head) == NULL) {
71 60 1347 if ((*head) == NULL) return NULL;
73 1287 60 if (RINQ_IS_DETACHED((*head))) {
84 1347 0 RINQ_FREE(x);
93 34 0 if (*head == node) {
94 31 3 if (node->next == node) {
101 34 0 RINQ_FREE(node);