Branch Coverage
src/xh_stack.h
Criterion
Covered
Total
%
branch
0
4
0.0
line
true
false
branch
17
0
0
if (st->top >= st->nelts) {
19
0
0
if ((st->elts = realloc(st->elts, st->nelts * st->size)) == NULL) {