Branch Coverage

tokenpos.h
Criterion Covered Total %
branch 7 10 70.0


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