Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 10 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 9 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 3 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
Information Flow measure ( visible ) | IF4v | 9 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
src/ru/petrsu/nest/ldap/DriverClass.java:5 |
6 | 0 | 5 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
setLabel( String ) definition src/ru/petrsu/nest/ldap/DriverClass.java:20 | 3 | 0 | 1 | ------ | ------ |
test( boolean ) declaration src/ru/petrsu/nest/ldap/DriverClass.java:17 | 1 | 0 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
DriverLdapSanStorage [CV] extends src/ru/petrsu/nest/ldap/DriverLdapSanStorage.java:10 DriverLdapSanStorageManager [CV] extends src/ru/petrsu/nest/ldap/DriverLdapSanStorageManager.java:10 DriverMasterHoleyCache [CV] extends src/ru/petrsu/nest/ldap/DriverMasterHoleyCache.java:10 |
String [V] member variable src/ru/petrsu/nest/ldap/DriverClass.java:8 member variable src/ru/petrsu/nest/ldap/DriverClass.java:10 member variable src/ru/petrsu/nest/ldap/DriverClass.java:12 normal parameter src/ru/petrsu/nest/ldap/DriverClass.java:20 |