This rule reports any method or class method whose number of statements is above a certain threshold (50 by default; it is configurable).

The more statements a method has, the harder it is to read, test and modify. Consider splitting this method into smaller methods.