metric_file_non_bug_churn | R Documentation |
The total churn sum of commits of all closed non-bug type issues the file was involved.
metric_file_non_bug_churn(project_git, jira_issues)
project_git |
a parsed git log obtained from |
jira_issues |
a parsed jira issue log obtained from |
a two column data.table of the form file_pathname | file_non_bug_churn
Other metrics:
commit_message_id_coverage()
,
metric_churn_per_commit_interval()
,
metric_churn_per_commit_per_file()
,
metric_churn()
,
metric_file_bug_churn()
,
metric_file_bug_frequency()
,
metric_file_churn()
,
metric_file_non_bug_frequency()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.