| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 104 | ****** |
| McCabe's Cyclomatic Number | MVG | 14 | ****** |
| Lines of Comment | COM | 23 | ******** |
| LOC/COM | L_C | 4.522 | |
| MVG/COM | M_C | 0.609 | |
| 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 | 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\BasicAuthenticationHandler.java:30 |
13 | 0 | 11 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| BasicAuthenticationHandler( Node, List, Set, AuthenticationRealm ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BasicAuthenticationHandler.java:31 | 7 | 0 | 0 | ------ | ------ |
| decodeBase64( char[], byte[], int, int, int ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BasicAuthenticationHandler.java:99 | 38 | 7 | 4 | 9.500 | 1.750 |
| requestAuthentication( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BasicAuthenticationHandler.java:42 | 8 | 0 | 4 | ------ | ------ |
| validatePossibleAuthenticationResponse( HttpServletRequest, HttpServletResponse, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\BasicAuthenticationHandler.java:55 | 38 | 7 | 4 | 9.500 | 1.750 |