This rule measures class coupling by counting the number of unique type references that a type or method contains.
Types and methods with a high degree of class coupling can be difficult to maintain. It is a good practice to have types and methods that exhibit low coupling and high cohesion.