| 650 | void RecordDeath() { num_deaths++; } |
| 651 | |
| 652 | void IncExecuted() { num_executed++; } |
| 653 | |
| 654 | void AddNumOrgsKilled(long num) { sum_orgs_killed.Add(num); } |
| 655 | void AddNumUnoccupiedCellAttemptedToKill(long num) { sum_unoccupied_cell_kill_attempts.Add(num); } |
no outgoing calls
no test coverage detected