Branch Coverage

rinq.c
Criterion Covered Total %
branch 14 18 77.7


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