| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 74 | ****** |
| McCabe's Cyclomatic Number | MVG | 13 | ****** |
| Lines of Comment | COM | 10 | ******** |
| LOC/COM | L_C | 7.400 | |
| MVG/COM | M_C | 1.300 | |
| 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 | 6 | |
| 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
F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTestThread.java:28 |
10 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| LoadTestThread( String, LoadTest, WinstoneResourceBundle, WebConversation, int ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTestThread.java:38 | 16 | 1 | 1 | ------ | ------ |
| destroy( ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTestThread.java:107 | 6 | 1 | 0 | ------ | ------ |
| run( ) definition F:\winstone-src-0.9.10\src\test\winstone\testCase\load\LoadTestThread.java:57 | 42 | 11 | 3 | 14.000 | 3.667 |