Code Inspection: Overly nested function
Reports functions whose bodies are contain statements too deeply nested within other statements. Functions with too much statement nesting may be confusing, and are a good sign that refactoring may be necessary.
Use the field provided below to specify the maximum acceptable nesting depth a function might have.
Last modified: 27 November 2020