Branch Coverage

loopvar.inc
Criterion Covered Total %
branch 28 32 87.5


line true false branch
29 589 0 for (i=HTML_TEMPLATE_FIRST_INNER_LOOP; i<=HTML_TEMPLATE_LAST_INNER_LOOP; i++) {
33 1700 191 while (*pattern && cur_pos
1700 0 while (*pattern && cur_pos
34 473 1227 if (*pattern == *cur_pos || *PATTERN == *cur_pos) {
75 398 if (*pattern == *cur_pos || *PATTERN == *cur_pos) {
42 191 398 if (cur_pos==name.endnext) {
57 380 608 if (isScopeLoop(currentScope)
58 319 61 && name.endnext-name.begin>4
59 191 128 && '_'==*(name.begin)
60 191 0 && '_'==*(name.begin+1)
71 9 24 if (currentScope->loop==0) { /* first__ */
77 11 32 if (currentScope->loop==(currentScope->loop_count-1)) {
83 20 19 if ((currentScope->loop%2)==0) {
89 24 9 if (currentScope->loop>0 &&
24 0 if (currentScope->loop>0 &&
91 16 8 || currentScope->loop < (currentScope->loop_count-1))) {