| 248 | }; |
| 249 | |
| 250 | static int _mut_weight(const mutation_def &mut, mutflag flag) |
| 251 | { |
| 252 | switch (flag) |
| 253 | { |
| 254 | case mutflag::jiyva: |
| 255 | return 1; |
| 256 | case mutflag::good: |
| 257 | case mutflag::bad: |
| 258 | default: |
| 259 | return mut.weight; |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | static int mut_index[NUM_MUTATIONS]; |
| 264 | static int category_mut_index[MUT_NON_MUTATION - CATEGORY_MUTATIONS]; |
no outgoing calls
no test coverage detected