For a while now I have been using extensively the features of sonar.
For those who have never heard of sonar, it is a tool used to gather and present the results of different software quality tools, such as pmd,
cobertura.
Sonar provides for each project the following information:
- lines of code
- complexity
- number of unit tests
- ...