| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 260 | ****** |
| McCabe's Cyclomatic Number | MVG | 53 | ****** |
| Lines of Comment | COM | 36 | ******** |
| LOC/COM | L_C | 7.222 | |
| MVG/COM | M_C | 1.472 | |
| 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 | 7 | |
| 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\StaticResourceServlet.java:39 |
14 | 0 | 9 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| constructOurCanonicalVersion( File, File ) definition F:\winstone-src-0.9.10\src\java\winstone\StaticResourceServlet.java:337 | 16 | 5 | 1 | ------ | 5.000 |
| doGet( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\winstone\StaticResourceServlet.java:69 | 136 | 33 | 15 | 9.067 | 2.200 |
| doPost( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\winstone\StaticResourceServlet.java:64 | 4 | 0 | 0 | ------ | ------ |
| generateDirectoryList( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\StaticResourceServlet.java:238 | 67 | 11 | 8 | 8.375 | 1.375 |
| init( ServletConfig ) definition F:\winstone-src-0.9.10\src\java\winstone\StaticResourceServlet.java:54 | 9 | 2 | 0 | ------ | ------ |
| isDescendant( File, File, File ) definition F:\winstone-src-0.9.10\src\java\winstone\StaticResourceServlet.java:318 | 14 | 2 | 3 | ------ | ------ |