The following table describes the measures that are included in the Code Churn perspective. The Code Churn perspective contains a single measure group named Code Churn. A new fact is added to this measure for each file change referenced by a check-in action in the version control system.
Measure
|
Description
|
|---|
Code Churn Count
|
The number of times that changes were made to files in the version control system.
|
Lines Added
|
Lines added to files for the selected dimensions.
|
Lines Deleted
|
Total number of deleted lines.
|
Lines Modified
|
Total number of changed lines in the time period selected.
|
Total Churn
|
Total churn in the code, computed as: [Lines Added] + [Lines Deleted] + [Lines Modified].
|
Total Lines
|
Total number of lines in the selected part of the file path hierarchy at the point of a specific build or across a set of builds. This calculation only returns information for builds, and will return NULL when you use it without selecting individual builds. The number of lines is calculated by aggregating the lines added and lines deleted that have contributed to a specific build type/operating system combination.
|