Added Lines of Code
What is this metric?
The accumulated number of added lines of code.
Why is it important?
- identify potential bottlenecks that may affect the output
- Encourage the team to implement a development model that matches the business requirements; develop excellent coding habits
Which dashboard(s) does it exist in
N/A
How is it calculated?
This metric is calculated by summing the additions of commits in the given data range.
Data Sources RequiredThis metric relies on commits collected from GitHub, GitLab or BitBucket.
Transformation Rules RequiredN/A
How to improve?
- From the project/team dimension, observe the accumulated change in Added lines to assess the team activity and code growth rate
- From version cycle dimension, observe the active time distribution of code changes, and evaluate the effectiveness of project development model.
- From the member dimension, observe the trend and stability of code output of each member, and identify the key points that affect code output by comparison.