Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 97 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
Lines of Comment | COM | 27 | ******** |
LOC/COM | L_C | 3.593 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
GameBoardFactory.java:16 |
4 | 0 | 15 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
LRLink( int, int, int, int ) definition GameBoardFactory.java:139 | 5 | 0 | 4 | ------ | ------ |
UDLink( int, int, int, int ) definition GameBoardFactory.java:130 | 5 | 0 | 4 | ------ | ------ |
test( ) definition GameBoardFactory.java:26 | 83 | 2 | 4 | 20.750 | ------ |
Clients | Suppliers |
---|---|
GameBoard [V] return type GameBoardFactory.java:26 GridNode [V] member variable GameBoardFactory.java:21 |