This check computes the Width of Inheritance Tree, that is the number of leaves in the dependency tree.
For instance, for a class named MyClass, let's suppose that we have:
Then the width of inheritance tree of MyClass is 3.