| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 66 | ****** |
| McCabe's Cyclomatic Number | MVG | 11 | ****** |
| Lines of Comment | COM | 18 | ******** |
| LOC/COM | L_C | 3.667 | |
| MVG/COM | M_C | 0.611 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 5 | |
| 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\javax\servlet\http\HttpUtils.java:18 |
2 | 0 | 5 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| decodeURLToken( String ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:85 | 15 | 3 | 0 | ------ | ------ |
| getRequestURL( HttpServletRequest ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:23 | 3 | 0 | 4 | ------ | ------ |
| parsePostData( int, ServletInputStream ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:32 | 20 | 3 | 5 | 4.000 | ------ |
| parseQueryString( String ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:57 | 26 | 5 | 4 | 6.500 | 1.250 |
| Clients | Suppliers |
|---|---|
|
Hashtable [V] return type F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:32return type F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:57HttpServletRequest [V] normal parameter F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:23ServletInputStream [V] normal parameter F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:32String [V] normal parameter F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:57normal parameter F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:85return type F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:85StringBuffer [V] return type F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpUtils.java:23 |