Lines Matching refs:number
117 # respectively contain the number of errors / warnings messages and the total
118 # number of statements analyzed. This is used by the global evaluation report
129 # Minimum lines number of a similarity.
212 # Maximum number of characters on a single line.
234 # Maximum number of lines in a module
360 # Maximum number of nested blocks for function / method body
366 # Maximum number of arguments for function / method
373 # Maximum number of locals for function / method body
376 # Maximum number of return / yield for function / method body
379 # Maximum number of branch for function / method body
382 # Maximum number of statements in function / method body
385 # Maximum number of parents for a class (see R0901).
388 # Maximum number of attributes for a class (see R0902).
391 # Minimum number of public methods for a class (see R0903).
394 # Maximum number of public methods for a class (see R0904).
397 # Maximum number of boolean expressions in a if statement