| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 19 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 5 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| 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 | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 144 | ******** |
| Information Flow measure ( visible ) | IF4v | 144 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionBindingEvent.java:14 |
4 | 0 | 5 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| HttpSessionBindingEvent( HttpSession, String ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionBindingEvent.java:19 | 4 | 0 | 0 | ------ | ------ |
| HttpSessionBindingEvent( HttpSession, String, Object ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionBindingEvent.java:24 | 5 | 0 | 0 | ------ | ------ |
| getName( ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionBindingEvent.java:30 | 3 | 0 | 0 | ------ | ------ |
| getValue( ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\http\HttpSessionBindingEvent.java:34 | 3 | 0 | 0 | ------ | ------ |