Branch Coverage

rinq.c
Criterion Covered Total %
branch 14 18 77.7


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