| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 47 | ****** |
| McCabe's Cyclomatic Number | MVG | 4 | ****** |
| Lines of Comment | COM | 1 | ******** |
| LOC/COM | L_C | 47.000 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
| Information Flow measure ( visible ) | IF4v | 36 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
MenuScreen.java:5 |
8 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| MenuScreen( pacman ) definition MenuScreen.java:14 | 13 | 1 | 0 | ------ | ------ |
| commandAction( Command, Displayable ) definition MenuScreen.java:31 | 26 | 3 | 1 | 26.000 | ------ |
| Clients | Suppliers |
|---|---|
|
pacman [V] member variable pacman.java:30 |
Command [V] member variable MenuScreen.java:10normal parameter MenuScreen.java:31CommandListener [CV] implements MenuScreen.java:7Displayable [V] normal parameter MenuScreen.java:31List [CV] extends MenuScreen.java:6String [V] member variable MenuScreen.java:11member variable MenuScreen.java:12pacman [V] member variable MenuScreen.java:9normal parameter MenuScreen.java:14 |