This rule checks for the nesting depth of methods.
Methods which are too deeply nested are usually an indication that one, or several, of the below problems apply:
The first of those conditions above is the most frequent one; the suggested fix is therefore to split the logic of this particular method into several methods.