Overview of Radon metrics
masterRadon is a Python tool used to compute various code metrics. It supports the following types of analysis:
- Raw metrics: Includes SLOC (Source Lines of Code), comment lines, blank lines, and more.
- Cyclomatic Complexity: Implements McCabe's Complexity metric.
- Halstead metrics: Provides a full suite of Halstead complexity metrics.
- Maintainability Index: Implements the metric used by Visual Studio to assess code maintainability.