metric_churn: Churn Metric

metric_churnR Documentation

Churn Metric

Description

Simply adds two columns, expected to be additions and deletions from a file.

Usage

metric_churn(lines_added, lines_removed)

Arguments

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

Value

a numeric vector of churn

See Also

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()


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.