metric_churn_per_commit_per_file | R Documentation |
Calculates the churn metric for a sequence of commits per commit per file
metric_churn_per_commit_per_file(git_log)
git_log |
a parsed git log table where each row is identified by commit+file |
'git_log' with an additional 'churn' column.
parse_gitlog
to obtain 'git_log'
Other metrics:
commit_message_id_coverage()
,
metric_churn_per_commit_interval()
,
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.