Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 29 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 39 | ******** |
LOC/COM | L_C | 0.744 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
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
IntroScreen.java:19 |
5 | 0 | 13 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
IntroScreen( Display ) definition IntroScreen.java:41 | 8 | 0 | 4 | ------ | ------ |
advanceFrame( ) definition IntroScreen.java:73 | 3 | 0 | 4 | ------ | ------ |
itemStateChanged( Item ) definition IntroScreen.java:55 | 3 | 0 | 5 | ------ | ------ |
paint( ) definition IntroScreen.java:81 | 3 | 0 | 4 | ------ | ------ |
setScreen( int ) definition IntroScreen.java:64 | 3 | 0 | 5 | ------ | ------ |
show( ) definition IntroScreen.java:90 | 4 | 0 | 4 | ------ | ------ |
Clients | Suppliers |
---|---|
Display [V] member variable IntroScreen.java:36 normal parameter IntroScreen.java:41 Form [CV] extends IntroScreen.java:19 Item [V] normal parameter IntroScreen.java:55 ItemStateListener [CV] implements IntroScreen.java:19 Item[] [V] member variable IntroScreen.java:29 |