After reading Evolutionary architecture and emergent design: Environmental considerations for design, Part 1 (URL ), a great piece on project management and metrics collection, I decided to generate a chart for my own project.
Since we have been already using Sonar Reports, it was easier for me to create similar time machine chart after the period I have started taking care of the project. While there are number of other factors that are going to determine if a project is adding value to a company, but this is certainly one of th
em.

Sonar Reports Time Machine
Anyone who understands the software development likes to see complexity/method and coverage constant when complexity is steady growing as number of lines of code increases. As we go along we certainly can increase our coverage and make sure that our important pieces of code are covered.
Sonar report is a great tool to find various metrics of the code base, put them in charts and other visual forms and ensure that it is adding value to the company.
You can look at http://nemo.sonarsource.org/ to see how open source project’s code bases are evolving.