| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 77 | ****** |
| McCabe's Cyclomatic Number | MVG | 8 | ****** |
| Lines of Comment | COM | 30 | ******** |
| LOC/COM | L_C | 2.567 | |
| MVG/COM | M_C | 0.267 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 3 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 8 | |
| 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\invoker\InvokerServlet.java:34 |
6 | 0 | 8 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| destroy( ) definition F:\winstone-src-0.9.10\src\java\winstone\invoker\InvokerServlet.java:57 | 11 | 2 | 5 | ------ | ------ |
| doGet( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\winstone\invoker\InvokerServlet.java:105 | 27 | 4 | 3 | 9.000 | ------ |
| doPost( HttpServletRequest, HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\winstone\invoker\InvokerServlet.java:138 | 4 | 0 | 0 | ------ | ------ |
| getInvokableInstance( String ) definition F:\winstone-src-0.9.10\src\java\winstone\invoker\InvokerServlet.java:74 | 25 | 2 | 7 | 3.571 | ------ |
| init( ServletConfig ) definition F:\winstone-src-0.9.10\src\java\winstone\invoker\InvokerServlet.java:47 | 4 | 0 | 7 | ------ | ------ |