...
Chart Overview
Duplicate code lines values are shown in % (Axis Y) and distributed over time (Axis YX) on the chart.
Each project child unit (can be set up in Project Configuration Wizard) in the legend is clickable, and shows/hides its percentage on the chart once clicked.
Calculation
Duplicated Lines (%) = Duplicated Lines / LOC * 100%,
...
LOC - number of all code lines
RAG thresholds: Red > 20% Green <= 2%, Amber > 5%, otherwise Green<=10%, Red >10%.
Data Source
Data for the metric can be collected from Sonar.
...