Branch Coverage

src/xh_stack.h
Criterion Covered Total %
branch 1 4 25.0


line true false branch
17 0 7 if (st->top >= st->nelts) {
19 0 0 if ((st->elts = realloc(st->elts, st->nelts * st->size)) == NULL) {