| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 81 | ****** |
| McCabe's Cyclomatic Number | MVG | 12 | ****** |
| Lines of Comment | COM | 33 | ******** |
| LOC/COM | L_C | 2.455 | |
| MVG/COM | M_C | 0.364 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 4 | |
| Coupling between objects | CBO | 16 | |
| Information Flow measure ( inclusive ) | IF4 | 2304 | ******** |
| Information Flow measure ( visible ) | IF4v | 2304 | ******** |
| Information Flow measure ( concrete ) | IF4c | 16 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:35 |
8 | 0 | 8 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| BaseAuthenticationHandler( Node, List, Set, AuthenticationRealm ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:48 | 16 | 5 | 5 | ------ | 1.000 |
| doRoleCheck( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:92 | 33 | 6 | 6 | 5.500 | 1.000 |
| processAuthentication( ServletRequest, ServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:75 | 13 | 1 | 8 | ------ | ------ |
| requestAuthentication( HttpServletRequest, HttpServletResponse, String ) declaration F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:145 | 3 | 0 | 3 | ------ | ------ |
| setNoCache( HttpServletResponse ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:136 | 5 | 0 | 0 | ------ | ------ |
| validatePossibleAuthenticationResponse( HttpServletRequest, HttpServletResponse, String ) declaration F:\winstone-src-0.9.10\src\java\winstone\auth\BaseAuthenticationHandler.java:152 | 3 | 0 | 3 | ------ | ------ |