| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 104 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 62 | ******** |
| LOC/COM | L_C | 1.677 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
| 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 | 81 | ******** |
| Information Flow measure ( visible ) | IF4v | 81 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
src/ru/petrsu/nest/ldap/Ldap.java:38 |
15 | 0 | 12 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Ldap( String, String, String, String ) definition src/ru/petrsu/nest/ldap/Ldap.java:60 | 7 | 0 | 3 | ------ | ------ |
| closeContext( ) definition src/ru/petrsu/nest/ldap/Ldap.java:213 | 8 | 0 | 3 | ------ | ------ |
| createLdapRecord( String, Attributes ) definition src/ru/petrsu/nest/ldap/Ldap.java:178 | 14 | 1 | 3 | ------ | ------ |
| destroyLdapRecord( String ) definition src/ru/petrsu/nest/ldap/Ldap.java:198 | 9 | 0 | 3 | ------ | ------ |
| initContext( ) definition src/ru/petrsu/nest/ldap/Ldap.java:92 | 14 | 0 | 26 | ------ | ------ |
| isRecord( String ) definition src/ru/petrsu/nest/ldap/Ldap.java:164 | 9 | 0 | 0 | ------ | ------ |
| isRecord( int ) definition src/ru/petrsu/nest/ldap/Ldap.java:139 | 3 | 0 | 3 | ------ | ------ |
| isRecord( int, String ) definition src/ru/petrsu/nest/ldap/Ldap.java:146 | 14 | 1 | 6 | ------ | ------ |
| setDNs( ) definition src/ru/petrsu/nest/ldap/Ldap.java:74 | 11 | 0 | 3 | ------ | ------ |