metric_churn | R Documentation |
Simply adds two columns, expected to be additions and deletions from a file.
metric_churn(lines_added, lines_removed)
lines_added |
numeric vector additions to a file due to a commit |
lines_removed |
numeric vector of deletions to a file due to a commit in the table |
a numeric vector of churn
parse_gitlog
to obtain additions and deletions from gitlog
Other metrics:
commit_message_id_coverage()
,
metric_churn_per_commit_interval()
,
metric_churn_per_commit_per_file()
,
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.