| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 100 | ****** |
| McCabe's Cyclomatic Number | MVG | 18 | ****** |
| Lines of Comment | COM | 23 | ******** |
| LOC/COM | L_C | 4.348 | |
| MVG/COM | M_C | 0.783 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| 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\realm\FileRealm.java:36 |
11 | 0 | 4 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| FileRealm( Set, Map ) definition F:\winstone-src-0.9.10\src\java\winstone\realm\FileRealm.java:52 | 56 | 14 | 7 | 8.000 | 2.000 |
| authenticateByUsernamePassword( String, String ) definition F:\winstone-src-0.9.10\src\java\winstone\realm\FileRealm.java:141 | 13 | 4 | 4 | ------ | ------ |
| parseStreamToXML( InputStream ) definition F:\winstone-src-0.9.10\src\java\winstone\realm\FileRealm.java:119 | 16 | 0 | 5 | ------ | ------ |
| retrieveUser( String ) definition F:\winstone-src-0.9.10\src\java\winstone\realm\FileRealm.java:159 | 4 | 0 | 3 | ------ | ------ |