Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 556 | ****** |
McCabe's Cyclomatic Number | MVG | 63 | ****** |
Lines of Comment | COM | 48 | ******** |
LOC/COM | L_C | 11.583 | |
MVG/COM | M_C | 1.312 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 12 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 10 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
src/ru/petrsu/nest/ldap/writeLdap.java:60 |
12 | 0 | 7 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
writeBuilding( Building, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:444 | 25 | 3 | 3 | 8.333 | ------ |
writeCompositeOU( CompositeOU, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:597 | 30 | 4 | 3 | 10.000 | ------ |
writeDevice( Device, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:375 | 55 | 7 | 3 | 18.333 | 2.333 |
writeElement( int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:91 | 26 | 9 | 0 | ****** | ****** |
writeFloor( Floor, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:480 | 26 | 2 | 3 | 8.667 | ------ |
writeHeadDNs( ) definition src/ru/petrsu/nest/ldap/writeLdap.java:715 | 72 | 0 | 3 | 24.000 | ------ |
writeIPNetwork( IPNetwork, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:311 | 49 | 4 | 4 | 12.250 | ------ |
writeLinkInterface( LinkInterface, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:133 | 74 | 13 | 3 | 24.667 | 4.333 |
writeNetworkInterface( NetworkInterface, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:229 | 53 | 6 | 12 | 4.417 | 0.500 |
writeRoom( Room, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:517 | 63 | 8 | 3 | 21.000 | 2.667 |
writeSimpleOU( SimpleOU, int ) definition src/ru/petrsu/nest/ldap/writeLdap.java:640 | 59 | 7 | 3 | 19.667 | 2.333 |
writeTest( ) definition src/ru/petrsu/nest/ldap/writeLdap.java:76 | 12 | 0 | 1 | ------ | ------ |