hoedown/src/stack.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 16 | 37.5 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 12 | if (!initial_size) |
21 | 0 | 0 | if (!st) |
36 | 12 | 11 | if (st->asize >= new_size) |
40 | 12 | 0 | if (new_st == NULL) |
49 | 0 | 12 | if (st->size > new_size) |
58 | 11 | 0 | if (hoedown_stack_grow(st, st->size * 2) < 0) |
68 | 0 | 0 | if (!st->size) |
77 | 0 | 0 | if (!st->size) |