| 9176 | RESTORE_WARNING_FORMAT_NONLITERAL |
| 9177 | |
| 9178 | staticfn int |
| 9179 | count_cond(void) |
| 9180 | { |
| 9181 | int i, cnt = 0; |
| 9182 | |
| 9183 | for (i = 0; i < CONDITION_COUNT; ++i) { |
| 9184 | if (condtests[i].enabled) |
| 9185 | cnt++; |
| 9186 | } |
| 9187 | return cnt; |
| 9188 | } |
| 9189 | |
| 9190 | staticfn int |
| 9191 | count_apes(void) |
no outgoing calls
no test coverage detected