(PlayerOutcome outcome)
| 2416 | return stats.getOutcome(); |
| 2417 | } |
| 2418 | private void setOutcome(PlayerOutcome outcome) { |
| 2419 | stats.setOutcome(outcome); |
| 2420 | } |
| 2421 | |
| 2422 | public void onGameOver() { |
| 2423 | if (null == stats.getOutcome()) { |
no outgoing calls
no test coverage detected