metric_churn_per_commit_interval | R Documentation |
Calculates the churn metric for a sequence of commits
metric_churn_per_commit_interval(git_log)
git_log |
a parsed git log table where each row is identified by commit+file |
a single value with the sum of all churn in the commit interval
parse_gitlog
to obtain 'git_log“
Other metrics:
commit_message_id_coverage()
,
metric_churn_per_commit_per_file()
,
metric_churn()
,
metric_file_bug_churn()
,
metric_file_bug_frequency()
,
metric_file_churn()
,
metric_file_non_bug_churn()
,
metric_file_non_bug_frequency()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.