Branch Coverage

rinq.c
Criterion Covered Total %
branch 14 18 77.7


line true false branch
51 1070 146 RINQ_NEW(x,ref);
0 146 RINQ_NEW(x,ref);
53 1158 58 if ((*head) == NULL) {
70 57 1218 if ((*head) == NULL) return NULL;
72 1158 60 if (RINQ_IS_DETACHED((*head))) {
83 1218 0 RINQ_FREE(x);
92 27 0 if (*head == node) {
93 24 3 if (node->next == node) {
100 27 0 RINQ_FREE(node);