| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 103 | ****** |
| McCabe's Cyclomatic Number | MVG | 29 | ****** |
| Lines of Comment | COM | 18 | ******** |
| LOC/COM | L_C | 5.722 | |
| MVG/COM | M_C | 1.611 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 6 | |
| Information Flow measure ( inclusive ) | IF4 | 25 | ******** |
| Information Flow measure ( visible ) | IF4v | 25 | ******** |
| 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\SecurityConstraint.java:26 |
17 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| SecurityConstraint( Node, Set, int ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\SecurityConstraint.java:47 | 56 | 23 | 6 | 9.333 | 3.833 |
| getName( ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\SecurityConstraint.java:148 | 3 | 0 | 0 | ------ | ------ |
| isAllowed( HttpServletRequest ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\SecurityConstraint.java:113 | 13 | 2 | 3 | ------ | ------ |
| isApplicable( String, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\SecurityConstraint.java:130 | 7 | 3 | 3 | ------ | ------ |
| methodCheck( String, String ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\SecurityConstraint.java:139 | 4 | 1 | 0 | ------ | ------ |
| needsSSL( ) definition F:\winstone-src-0.9.10\src\java\winstone\auth\SecurityConstraint.java:144 | 3 | 0 | 0 | ------ | ------ |