Code churn stats

XMLWordPrintable

      At our company, we want to easily be able to chart the amount of code churn that happens at any given time. This tells us about the current stability of our code base. The current mechanism available in FishEye is change in total line count. What we really want to see is the total number of lines that were "touched".

      There is a hack work around where the data is exported to CSV files and then pulling information out of them. This is cumbersome and what we pull out is the sum of lines added + lines removed.

      In addition, we would really like it if there was a mechanism to remove commented lines from this count.

            Assignee:
            Unassigned
            Reporter:
            Adam B
            Votes:
            6 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: