RTC report displaying total lines of code
We need to run a report that displays the increase (or decrease) over time of the total number of lines of code in a RTC Project Area.
This report should show on the x-axis the dates (with a specific interval: day, or week, or month), and on the y-axis the cumulative number of LOC.
So:
This report should show on the x-axis the dates (with a specific interval: day, or week, or month), and on the y-axis the cumulative number of LOC.
So:
- is this piece of information stored in the DWH?
-
is there an out-of-the-box report that displays these data? and in which reporting engine (BIRT, RRDI, JRS?
- or, instead, should we implement an extension that retrieves these data?