This mail is an (unreadable) short text summary of the results of a
metrics source code tool ran on this project. It is sent as a 'proof
of concept' and see if there is any interest in these information.
For detailed information please look at the full report at:
http://icarus.apache.org/~sbailliez/jakarta-ant/metrics
- Metrics Summary -
V(G) LOC DIT NOA NRM NLM WMC
60 1017 7 47 92 352 402
RFC DAC FANOUT CBO LCOM NOCL
163 17 28 46 1719 22
For more information on the meaning of these acronyms see:
http://icarus.apache.org/~sbailliez/jakarta-ant/metrics/metrics-reference.html
Metrics evaluate the quality of software by analyzing the program source
and quantifying various kind of complexity. Complexity is a common source
of problems and defects in software. High complexity makes it more difficult
to develop, understand, maintain, extend, test and debug a program.
The primary use of metrics is to focus your attention on those parts of code
that potentially are complexity hot spots. Once the complex areas your
program have been uncovered, you can take remedial actions.
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|