Sha256: f5aaed8512aef94ea61eef177bb8df0b7a7f5a6ca524cf7fcdc5587aa60c930d
Contents?: true
Size: 1008 Bytes
Versions: 2
Compression:
Stored size: 1008 Bytes
Contents
:metrics: #:abc: # :name: ABC complexity # :description: The ABC metric measures size/complexity by counting the number of Assignments (A), Branches (B) and Conditions (C) and assigns a single numerical score # :scope: METHOD #:churn: # :name: Code churn # :description: Code churn is how often code is changing over time # :scope: CLASS :flog: :name: Pain :description: Measures how hard (painful) it is to test the code :scope: METHOD :type: NativeMetricSnapshot :saikuro: :name: Cyclomatic Complexity :description: Cyclomatic complexity is a graphical measurement of the number of possible paths through the normal flow of a program :scope: METHOD :type: NativeMetricSnapshot :flay: :name: Duplicate Code :description: 'Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored' :type: HotspotMetricSnapshot
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kolekti_metricfu-5.0.0 | lib/kolekti/metricfu/metrics.yml |
kolekti_metricfu-0.0.4 | lib/kolekti/metricfu/metrics.yml |