| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 54 | ****** |
| McCabe's Cyclomatic Number | MVG | 8 | ****** |
| Lines of Comment | COM | 12 | ******** |
| LOC/COM | L_C | 4.500 | |
| MVG/COM | M_C | 0.667 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 2 | |
| 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\auth\ClientcertAuthenticationHandler.java:29 |
2 | 0 | 4 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ClientcertAuthenticationHandler( Node, List, Set, AuthenticationRealm ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\ClientcertAuthenticationHandler.java:30 | 7 | 0 | 0 | ------ | ------ |
| requestAuthentication( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\ClientcertAuthenticationHandler.java:41 | 6 | 0 | 4 | ------ | ------ |
| validatePossibleAuthenticationResponse( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\ClientcertAuthenticationHandler.java:52 | 39 | 8 | 4 | 9.750 | 2.000 |