GMetrics 0.2 - Source Code Metrics for Groovy
The GMetrics project provides calculation and reporting of size and complexity metrics for Groovy source code. GMetrics provides an Ant Task that scans Groovy source code, applying a set of metrics, and generates an HTML or XML report of the results.
GMetrics includes total and average values for four metrics:
Published at DZone with permission of its author, Chris Mair.- Cyclomatic Complexity (NEW)
- ABC Size/Complexity
- Lines per method
- Lines per class
- XML report
- A Groovy DSL to define a custom set of metrics
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)
Tags:



