Design Metrics And Experience 3
6. The number of class-to-class relationships within a subsystem should be relatively high.
7. The instance variable usage by the methods within a class can be used to look for possible design problems.
8. The average number of comment lines should be greater than 1. Smaller averages indicate too little documentation with the (small) methods.
9. The number of problem reports per class should be low.