()
| 14 | private int numeroIngresado; |
| 15 | |
| 16 | public Juego() { |
| 17 | } |
| 18 | |
| 19 | public Juego(int cantidadIntentos, int numeroAdivinar, int numeroIngresado) { |
| 20 | this.cantidadIntentos = cantidadIntentos; |
nothing calls this directly
no outgoing calls
no test coverage detected