The following sample reports are available:
Activities per Person
As activities generally represent a task or other unit of related work, the number per person gives a rough idea of the work each person is doing. This chart does not factor in complexity or the actual amount of work required by any one activity.
Defect Glide Path
This report shows how well the team is processing defects by showing the number of newly arrived defects, resolved or closed defects, and the total backlog. Over time, the Open and Found lines should slope downwards indicating that more defects are being resolved than reported. Otherwise the team is not keeping up with the defect reports and there may be problems with both the project and the team's process.
SLOC per Defect
The number of lines of code changed (SLOC) per defect is an important indicator of how much work is being done. Any defects with a significantly greater volume of changes might require more testing to validate the fix.