Branch Coverage

tokenpos.h
Criterion Covered Total %
branch 7 10 70.0


line true false branch
33 0 1800 if (new_lim < 4)
37 1023 777 if (tokens_on_heap) {
38 0 1023 Renew(*token_ptr, new_lim, token_pos_t);
43 0 777 New(57, new_tokens, new_lim, token_pos_t);
44 11200 777 for (i = 0; i < *token_lim_ptr; i++)