| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 23 | ****** |
| McCabe's Cyclomatic Number | MVG | 1 | ****** |
| Lines of Comment | COM | 26 | ******** |
| LOC/COM | L_C | 0.885 | |
| 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 | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
| Information Flow measure ( visible ) | IF4v | 4 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
SplashTrigger.java:9 |
5 | 0 | 13 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| SplashTrigger( SplashScreen, int ) definition SplashTrigger.java:32 | 5 | 0 | 5 | ------ | ------ |
| run( ) definition SplashTrigger.java:49 | 11 | 1 | 4 | ------ | ------ |
| stopTrigger( ) definition SplashTrigger.java:42 | 2 | 0 | 4 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
SplashScreen [V] member variable SplashScreen.java:16 |
SplashScreen [V] member variable SplashTrigger.java:15normal parameter SplashTrigger.java:32Thread [CV] extends SplashTrigger.java:9 |