| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 122 | ****** |
| McCabe's Cyclomatic Number | MVG | 30 | ****** |
| Lines of Comment | COM | 31 | ******** |
| LOC/COM | L_C | 3.935 | |
| MVG/COM | M_C | 0.968 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 9 | |
| 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\DigestAuthenticationHandler.java:37 |
3 | 0 | 7 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| DigestAuthenticationHandler( Node, List, Set, AuthenticationRealm ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\DigestAuthenticationHandler.java:40 | 8 | 0 | 0 | ------ | ------ |
| md5Encode( String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\DigestAuthenticationHandler.java:179 | 13 | 3 | 7 | ------ | ------ |
| requestAuthentication( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\DigestAuthenticationHandler.java:52 | 12 | 0 | 6 | ------ | ------ |
| validatePossibleAuthenticationResponse( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\DigestAuthenticationHandler.java:76 | 86 | 27 | 11 | 7.818 | 2.455 |