| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 17 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 37 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 13 | |
| Information Flow measure ( inclusive ) | IF4 | 1296 | ******** |
| Information Flow measure ( visible ) | IF4v | 1296 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| allocateRequestResponse( Socket, InputStream, OutputStream, RequestHandlerThread, boolean ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:40 | 3 | 0 | 7 | ------ | ------ |
| deallocateRequestResponse( RequestHandlerThread, WinstoneRequest, WinstoneResponse, WinstoneInputStream, WinstoneOutputStream ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:49 | 4 | 0 | 5 | ------ | ------ |
| destroy( ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:26 | 1 | 0 | 4 | ------ | ------ |
| parseURI( RequestHandlerThread, WinstoneRequest, WinstoneResponse, WinstoneInputStream, Socket, boolean ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:61 | 3 | 0 | 7 | ------ | ------ |
| processKeepAlive( WinstoneRequest, WinstoneResponse, InputStream ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:79 | 3 | 0 | 6 | ------ | ------ |
| releaseSocket( Socket, InputStream, OutputStream ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:70 | 2 | 0 | 5 | ------ | ------ |
| start( ) declaration F:\winstone-src-0.9.10\src\java\winstone\Listener.java:31 | 1 | 0 | 3 | ------ | ------ |