Branch Coverage

rinq.c
Criterion Covered Total %
branch 14 18 77.7


line true false branch
51 1144 155 RINQ_NEW(x,ref);
0 155 RINQ_NEW(x,ref);
53 1241 58 if ((*head) == NULL) {
70 60 1301 if ((*head) == NULL) return NULL;
72 1241 60 if (RINQ_IS_DETACHED((*head))) {
83 1301 0 RINQ_FREE(x);
92 34 0 if (*head == node) {
93 31 3 if (node->next == node) {
100 34 0 RINQ_FREE(node);