Coverage Summary for Class: StatusPlayer (it.polimi.ingsw.model)

Class Class, % Method, % Line, %
StatusPlayer 100% (1/ 1) 100% (2/ 2) 100% (2/ 2)


1 package it.polimi.ingsw.model; 2  3 public enum StatusPlayer { 4  /** 5  * Possible player's status 6  */ 7  WIN, LOSE, GAMING, IDLE; 8 }