class Reek::SmellDetectors::TooManyStatements

A Long Method is any method that has a large number of lines.

TooManyStatements reports any method with more than 5 statements.

See {file:docs/Too-Many-Statements.md} for details.