Violations of this rule usually indicate that the method is doing too much. Try to reduce the method size by creating helper methods and removing any copy/pasted code.
This rule is deprecated, use {rule:squid:S138} instead.