| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 125 | ****** |
| McCabe's Cyclomatic Number | MVG | 8 | ****** |
| Lines of Comment | COM | 29 | ******** |
| LOC/COM | L_C | 4.310 | |
| MVG/COM | M_C | 0.276 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 3 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| 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\ajp13\Ajp13OutputStream.java:30 |
22 | 0 | 10 | 2.200 | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Ajp13OutputStream( OutputStream, String ) definition F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:59 | 4 | 0 | 0 | ------ | ------ |
| commit( ) definition F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:64 | 74 | 8 | 8 | 9.250 | 1.000 |
| finishResponse( ) definition F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:155 | 5 | 0 | 2 | ------ | ------ |
| getIntBlock( int ) definition F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:166 | 5 | 0 | 3 | ------ | ------ |
| getStringBlock( String ) definition F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:185 | 9 | 0 | 3 | ------ | ------ |
| setIntBlock( int, byte[], int ) definition F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:175 | 6 | 0 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Map [V] member variable F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:39OutputStream [V] normal parameter F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:59String [V] member variable F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:57normal parameter F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:59normal parameter F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:185WinstoneOutputStream [CV] extends F:\winstone-src-0.9.10\src\java\winstone\ajp13\Ajp13OutputStream.java:30 |