Branch Coverage

rinq.c
Criterion Covered Total %
branch 6 6 100.0


line true false branch
48 159 33 if ((*head) == NULL) {
89 1 192 if ((*head) == NULL) return NULL;
91 159 33 if (RINQ_IS_DETACHED((*head))) {