| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 230 | ****** |
| McCabe's Cyclomatic Number | MVG | 21 | ****** |
| Lines of Comment | COM | 49 | ******** |
| LOC/COM | L_C | 4.694 | |
| MVG/COM | M_C | 0.429 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 12 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 16 | |
| Information Flow measure ( inclusive ) | IF4 | 3025 | ******** |
| Information Flow measure ( visible ) | IF4v | 3025 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:26 |
14 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| RequestHandlerThread( ObjectPool, int, boolean, boolean ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:45 | 10 | 0 | 6 | ------ | ------ |
| commenceRequestHandling( Socket, Listener ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:275 | 10 | 1 | 3 | ------ | ------ |
| destroy( ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:313 | 5 | 1 | 3 | ------ | ------ |
| getRequestProcessTime( ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:306 | 3 | 0 | 0 | ------ | ------ |
| processRequest( WebAppConfiguration, WinstoneRequest, WinstoneResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:233 | 32 | 3 | 9 | 3.556 | ------ |
| run( ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:61 | 132 | 14 | 21 | 6.286 | 0.667 |
| setInStream( WinstoneInputStream ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:294 | 3 | 0 | 0 | ------ | ------ |
| setOutStream( WinstoneOutputStream ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:298 | 3 | 0 | 0 | ------ | ------ |
| setRequest( WinstoneRequest ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:286 | 3 | 0 | 0 | ------ | ------ |
| setRequestStartTime( ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:302 | 3 | 0 | 0 | ------ | ------ |
| setResponse( WinstoneResponse ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:290 | 3 | 0 | 0 | ------ | ------ |
| writeToAccessLog( String, WinstoneRequest, WinstoneResponse, WebAppConfiguration ) definition F:\winstone-src-0.9.10\src\java\winstone\RequestHandlerThread.java:319 | 9 | 2 | 1 | ------ | ------ |