Branch Coverage
rinq.c
Criterion
Covered
Total
%
branch
5
6
83.3
line
true
false
branch
48
106
22
if ((*head) == NULL) {
89
0
128
if ((*head) == NULL) return NULL;
91
106
22
if (RINQ_IS_DETACHED((*head))) {