()
| 1387 | } |
| 1388 | |
| 1389 | public boolean isDay() { |
| 1390 | return this.daytime != null && this.daytime == false; |
| 1391 | } |
| 1392 | public boolean isNight() { |
| 1393 | return this.daytime != null && this.daytime == true; |
| 1394 | } |
no outgoing calls
no test coverage detected