| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 16 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 3 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 5 | |
| Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
| Information Flow measure ( visible ) | IF4v | 16 | ******** |
| 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\ServletContextAttributeEvent.java:12 |
4 | 0 | 3 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ServletContextAttributeEvent( ServletContext, String, Object ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\ServletContextAttributeEvent.java:17 | 6 | 0 | 0 | ------ | ------ |
| getName( ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\ServletContextAttributeEvent.java:24 | 3 | 0 | 0 | ------ | ------ |
| getValue( ) definition F:\winstone-src-0.9.10\src\java\javax\servlet\ServletContextAttributeEvent.java:28 | 3 | 0 | 0 | ------ | ------ |