Module: RuboCop::Cop::MethodComplexity

Includes:
ConfigurableMax, OnMethod
Included in:
RuboCop::Cop::Metrics::CyclomaticComplexity, RuboCop::Cop::Metrics::PerceivedComplexity
Defined in:
lib/rubocop/cop/mixin/method_complexity.rb

Overview

This module handles measurement and reporting of complexity in methods.

Method Summary

Methods included from ConfigurableMax

#max=, #parameter_name

Methods included from OnMethod

#on_def, #on_defs