| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 82 | ****** |
| McCabe's Cyclomatic Number | MVG | 15 | ****** |
| Lines of Comment | COM | 14 | ******** |
| LOC/COM | L_C | 5.857 | |
| MVG/COM | M_C | 1.071 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 14 | |
| Information Flow measure ( inclusive ) | IF4 | 2401 | ******** |
| Information Flow measure ( visible ) | IF4v | 2401 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\winstone\HostGroup.java:25 |
5 | 0 | 9 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| HostGroup( Cluster, ObjectPool, ClassLoader, File[], Map ) definition F:\winstone-src-0.9.10\src\java\winstone\HostGroup.java:33 | 20 | 1 | 4 | 5.000 | ------ |
| destroy( ) definition F:\winstone-src-0.9.10\src\java\winstone\HostGroup.java:70 | 10 | 1 | 0 | ------ | ------ |
| getHostByName( String ) definition F:\winstone-src-0.9.10\src\java\winstone\HostGroup.java:60 | 9 | 3 | 0 | ------ | ------ |
| initHost( String, String, Cluster, ObjectPool, ClassLoader, File[], Map ) definition F:\winstone-src-0.9.10\src\java\winstone\HostGroup.java:81 | 8 | 0 | 0 | ------ | ------ |
| initMultiHostDir( String, Cluster, ObjectPool, ClassLoader, File[], Map ) definition F:\winstone-src-0.9.10\src\java\winstone\HostGroup.java:90 | 30 | 10 | 1 | 30.000 | 10.000 |