| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 81 | ****** |
| McCabe's Cyclomatic Number | MVG | 5 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 10 | |
| Information Flow measure ( inclusive ) | IF4 | 256 | ******** |
| Information Flow measure ( visible ) | IF4v | 256 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
SplashScreen.java:6 |
12 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| SplashScreen( pacman ) definition SplashScreen.java:19 | 9 | 0 | 0 | ------ | ------ |
| advanceFrame( ) definition SplashScreen.java:73 | 15 | 2 | 0 | ------ | ------ |
| animateScene( Graphics ) definition SplashScreen.java:40 | 28 | 2 | 0 | ****** | ------ |
| commandAction( Command, Displayable ) definition SplashScreen.java:89 | 8 | 1 | 0 | ------ | ------ |
| paint( Graphics ) definition SplashScreen.java:30 | 9 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
SplashTrigger [V] member variable SplashTrigger.java:15normal parameter SplashTrigger.java:32pacman [V] member variable pacman.java:29 |
Canvas [CV] extends SplashScreen.java:6Command [V] member variable SplashScreen.java:9normal parameter SplashScreen.java:89CommandListener [CV] implements SplashScreen.java:6Displayable [V] normal parameter SplashScreen.java:89Graphics [V] normal parameter SplashScreen.java:30normal parameter SplashScreen.java:40Random [V] member variable SplashScreen.java:17SplashTrigger [V] member variable SplashScreen.java:16pacman [V] member variable SplashScreen.java:8normal parameter SplashScreen.java:19 |