Branch Coverage

rinq.c
Criterion Covered Total %
branch 15 18 83.3


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 33 1 if (*head == node) {
93 31 2 if (node->next == node) {
100 34 0 RINQ_FREE(node);