| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 139 | ****** |
| McCabe's Cyclomatic Number | MVG | 15 | ****** |
| Lines of Comment | COM | 32 | ******** |
| LOC/COM | L_C | 4.344 | |
| MVG/COM | M_C | 0.469 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 1 | |
| Coupling between objects | CBO | 9 | |
| Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
| Information Flow measure ( visible ) | IF4v | 64 | ******** |
| Information Flow measure ( concrete ) | IF4c | 1 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\winstone\jndi\ContainerJNDIManager.java:36 |
4 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ContainerJNDIManager( Map, List, ClassLoader ) definition F:\winstone-src-0.9.10\src\java\winstone\jndi\ContainerJNDIManager.java:46 | 19 | 4 | 6 | ------ | ------ |
| createObject( String, String, String, Map, ClassLoader ) definition F:\winstone-src-0.9.10\src\java\winstone\jndi\ContainerJNDIManager.java:144 | 46 | 5 | 8 | 5.750 | 0.625 |
| extractRelevantArgs( Map, String ) definition F:\winstone-src-0.9.10\src\java\winstone\jndi\ContainerJNDIManager.java:206 | 10 | 2 | 3 | ------ | ------ |
| setup( ) definition F:\winstone-src-0.9.10\src\java\winstone\jndi\ContainerJNDIManager.java:73 | 34 | 2 | 5 | 6.800 | ------ |
| tearDown( ) definition F:\winstone-src-0.9.10\src\java\winstone\jndi\ContainerJNDIManager.java:114 | 26 | 2 | 4 | 6.500 | ------ |