| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 103 | ****** |
| McCabe's Cyclomatic Number | MVG | 16 | ****** |
| Lines of Comment | COM | 5 | ******** |
| LOC/COM | L_C | 20.600 | |
| MVG/COM | M_C | 3.200 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 12 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 5 | |
| Coupling between objects | CBO | 12 | |
| Information Flow measure ( inclusive ) | IF4 | 1225 | ******** |
| Information Flow measure ( visible ) | IF4v | 1225 | ******** |
| Information Flow measure ( concrete ) | IF4c | 100 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:25 |
12 | 0 | 5 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| HttpServlet( ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:37 | 3 | 0 | 0 | ------ | ------ |
| doDelete( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:82 | 4 | 0 | 0 | ------ | ------ |
| doGet( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:63 | 4 | 0 | 0 | ------ | ------ |
| doHead( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:134 | 6 | 0 | 0 | ------ | ------ |
| doOptions( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:87 | 4 | 0 | 0 | ------ | ------ |
| doPost( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:72 | 4 | 0 | 0 | ------ | ------ |
| doPut( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:77 | 4 | 0 | 0 | ------ | ------ |
| doTrace( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:92 | 4 | 0 | 0 | ------ | ------ |
| getLastModified( HttpServletRequest ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:68 | 3 | 0 | 0 | ------ | ------ |
| notAcceptedMethod( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:52 | 10 | 1 | 0 | ------ | ------ |
| service( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:97 | 35 | 13 | 0 | ****** | ****** |
| service( ServletRequest, ServletResponse ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpServlet.java:41 | 10 | 2 | 0 | ------ | ------ |