Branch Coverage

tokenpos.h
Criterion Covered Total %
branch 7 10 70.0


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