Module: CodeKeeper::Metrics
- Defined in:
- lib/code_keeper/metrics.rb,
lib/code_keeper/metrics/abc_metric.rb,
lib/code_keeper/metrics/class_length.rb,
lib/code_keeper/metrics/cyclomatic_complexity.rb
Overview
Manage config values of metrics and the correspond classes
Defined Under Namespace
Classes: AbcMetric, ClassLength, CyclomaticComplexity
Constant Summary collapse
- MAPPINGS =
{ abc_metric: CodeKeeper::Metrics::AbcMetric, cyclomatic_complexity: CodeKeeper::Metrics::CyclomaticComplexity, class_length: CodeKeeper::Metrics::ClassLength }.freeze