Module: RubbyCop::Cop::MethodComplexity
- Includes:
- ConfigurableMax, OnMethodDef
- Included in:
- RubbyCop::Cop::Metrics::AbcSize, RubbyCop::Cop::Metrics::CyclomaticComplexity, RubbyCop::Cop::Metrics::PerceivedComplexity
- Defined in:
- lib/rubbycop/cop/mixin/method_complexity.rb
Overview
This module handles measurement and reporting of complexity in methods.