| Class: | TicTacToeApp.API.Entity.Game |
|---|---|
| Assembly: | TicTacToeApp.API |
| File(s): | /home/runner/work/TicTacToe/TicTacToe/TicTacToeApp.API/Entity/Game.cs |
| Covered lines: | 7 |
|---|---|
| Uncovered lines: | 0 |
| Coverable lines: | 7 |
| Total lines: | 22 |
| Line coverage: | 100% |
| Covered branches: | 0 |
|---|---|
| Total branches: | 0 |
| Branch coverage: | N/A |
Feature is only available for sponsors
Upgrade to PRO version| Method | Branch coverage | Crap Score | Cyclomatic complexity | Line coverage |
|---|---|---|---|---|
| get_Id() | 100% | 1 | 1 | 100% |
| get_Status() | 100% | 1 | 1 | 100% |
| get_Board() | 100% | 1 | 1 | 100% |
| get_Result() | 100% | 1 | 1 | 100% |
| get_CreatedAt() | 100% | 1 | 1 | 100% |
| get_CurrentMove() | 100% | 1 | 1 | 100% |
| get_CurrentStep() | 100% | 1 | 1 | 100% |