| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 74 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 16 | ******** |
| LOC/COM | L_C | 4.625 | |
| 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 | 3 | |
| 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\java\winstone\cluster\ClusterSessionSearch.java:21 |
14 | 0 | 7 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ClusterSessionSearch( String, String, String, String, int ) definition F:\winstone-src-0.9.10\src\java\winstone\cluster\ClusterSessionSearch.java:39 | 13 | 0 | 5 | ------ | ------ |
| destroy( ) definition F:\winstone-src-0.9.10\src\java\winstone\cluster\ClusterSessionSearch.java:106 | 2 | 0 | 1 | ------ | ------ |
| getAddressPort( ) definition F:\winstone-src-0.9.10\src\java\winstone\cluster\ClusterSessionSearch.java:110 | 3 | 0 | 0 | ------ | ------ |
| getResult( ) definition F:\winstone-src-0.9.10\src\java\winstone\cluster\ClusterSessionSearch.java:102 | 3 | 0 | 0 | ------ | ------ |
| isFinished( ) definition F:\winstone-src-0.9.10\src\java\winstone\cluster\ClusterSessionSearch.java:98 | 3 | 0 | 0 | ------ | ------ |
| run( ) definition F:\winstone-src-0.9.10\src\java\winstone\cluster\ClusterSessionSearch.java:59 | 36 | 2 | 3 | 12.000 | ------ |