Branch Coverage

rinq.c
Criterion Covered Total %
branch 14 18 77.7


line true false branch
51 1059 137 RINQ_NEW(x,ref);
0 137 RINQ_NEW(x,ref);
53 1144 52 if ((*head) == NULL) {
70 56 1197 if ((*head) == NULL) return NULL;
72 1144 53 if (RINQ_IS_DETACHED((*head))) {
83 1197 0 RINQ_FREE(x);
92 24 0 if (*head == node) {
93 22 2 if (node->next == node) {
100 24 0 RINQ_FREE(node);