Branch Coverage

rinq.c
Criterion Covered Total %
branch 5 6 83.3


line true false branch
48 233 31 if ((*head) == NULL) {
89 0 264 if ((*head) == NULL) return NULL;
91 233 31 if (RINQ_IS_DETACHED((*head))) {