| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 310 | ****** |
| McCabe's Cyclomatic Number | MVG | 74 | ****** |
| Lines of Comment | COM | 48 | ******** |
| LOC/COM | L_C | 6.458 | |
| MVG/COM | M_C | 1.542 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 19 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 6 | |
| Information Flow measure ( inclusive ) | IF4 | 25 | ******** |
| Information Flow measure ( visible ) | IF4v | 25 | ******** |
| 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\Ajp13IncomingPacket.java:27 |
16 | 0 | 12 | ------ | ------ |