| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 103 | ****** |
| McCabe's Cyclomatic Number | MVG | 10 | ****** |
| Lines of Comment | COM | 21 | ******** |
| LOC/COM | L_C | 4.905 | |
| MVG/COM | M_C | 0.476 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| 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
F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:32 |
13 | 0 | 10 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| LoadTest( WinstoneResourceBundle, String, boolean, int, int, int, long, long ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:46 | 16 | 0 | 0 | ------ | ------ |
| incSuccessCount( ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:106 | 3 | 0 | 0 | ------ | ------ |
| incTimeTotal( long ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:102 | 3 | 0 | 0 | ------ | ------ |
| main( String[] ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:110 | 41 | 5 | 2 | 20.500 | 2.500 |
| printUsage( WinstoneResourceBundle ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:162 | 4 | 0 | 3 | ------ | ------ |
| test( ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:64 | 23 | 5 | 6 | 3.833 | 0.833 |
| Clients | Suppliers |
|---|---|
|
LoadTestThread [V] member variable F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTestThread.java:32normal parameter F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTestThread.java:38 |
String [V] member variable F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:33member variable F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:44normal parameter F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:46normal parameter F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:110WinstoneResourceBundle [V] member variable F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:42normal parameter F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:46normal parameter F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTest.java:162 |