aboutsummaryrefslogtreecommitdiff
path: root/doc/listings/testOutput.txt
blob: e6fb2d6cf8bcd101b1b3bd5d242c6440f5e442ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name                                       Stmts   Miss  Cover   Missing
------------------------------------------------------------------------
imago/data/enums.py                           17      0   100%
imago/engine/core.py                          39      7    82%   43, 50-52, 60-62
imago/engine/createDecisionAlgorithm.py       11      5    55%   13-21
imago/engine/decisionAlgorithm.py              9      4    56%   6, 10, 14, 18
imago/engine/imagoIO.py                      107      9    92%   76-77, 189-196, 208
imago/engine/keras/convNeuralNetwork.py       11      0   100%
imago/engine/keras/denseNeuralNetwork.py      11      0   100%
imago/engine/keras/keras.py                   30      3    90%   48-49, 53
imago/engine/keras/neuralNetwork.py          137      1    99%   141
imago/engine/monteCarlo.py                   110      7    94%   128, 181-188, 194-195
imago/engine/parseHelpers.py                  48      0   100%
imago/gameLogic/gameBoard.py                 205      7    97%   116, 180, 205, 272, 284, 306, 312
imago/gameLogic/gameMove.py                   95      9    91%   21, 27, 34, 138-142, 146
imago/gameLogic/gameState.py                  41      0   100%
imago/scripts/monteCarloSimulation.py         17     17     0%   3-25
imago/sgfParser/astNode.py                    70      7    90%   10, 14, 22, 45, 59, 67, 157
imago/sgfParser/parsetab.py                   18      0   100%
imago/sgfParser/sgf.py                         6      0   100%
imago/sgfParser/sgflex.py                     31      9    71%   37-38, 42-43, 47-48, 64-65, 71
imago/sgfParser/sgfyacc.py                    41     14    66%   35-36, 51, 59-68, 71
------------------------------------------------------------------------
TOTAL                                       1054     99    91%