| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 66 | ****** |
| McCabe's Cyclomatic Number | MVG | 1 | ****** |
| Lines of Comment | COM | 14 | ******** |
| LOC/COM | L_C | 4.714 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 19 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 1 | |
| Coupling between objects | CBO | 6 | |
| Information Flow measure ( inclusive ) | IF4 | 25 | ******** |
| Information Flow measure ( visible ) | IF4v | 25 | ******** |
| Information Flow measure ( concrete ) | IF4c | 4 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServletResponseWrapper.java:16 |
4 | 0 | 5 | ------ | ------ |