| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 110 | ****** |
| McCabe's Cyclomatic Number | MVG | 16 | ****** |
| Lines of Comment | COM | 39 | ******** |
| LOC/COM | L_C | 2.821 | |
| MVG/COM | M_C | 0.410 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 11 | |
| 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\ssl\HttpsListener.java:45 |
6 | 0 | 7 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| HttpsListener( Map, ObjectPool, HostGroup ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:54 | 9 | 0 | 3 | ------ | ------ |
| getConnectorScheme( ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:76 | 3 | 0 | 4 | ------ | ------ |
| getDefaultPort( ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:68 | 3 | 0 | 5 | ------ | ------ |
| getKeySize( String ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:134 | 20 | 8 | 4 | 5.000 | 2.000 |
| getSSLContext( String, String ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:159 | 32 | 4 | 5 | 6.400 | ------ |
| getServerSocket( ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:84 | 11 | 1 | 5 | ------ | ------ |
| parseSocketInfo( Socket, WinstoneRequest ) definition F:\winstone-src-0.9.10\src\java\winstone\ssl\HttpsListener.java:102 | 26 | 3 | 6 | 4.333 | ------ |