commit_message_id_coverage: Commit Message Id Coverage Metric

commit_message_id_coverageR Documentation

Commit Message Id Coverage Metric

Description

Calculates the number of commits from the git log which contains the message id.

Usage

commit_message_id_coverage(git_log, commit_message_id_regex)

Arguments

git_log

a parsed git log table where each row is identified by commit+file

commit_message_id_regex

the regex to extract the id from the commit message in the table

Value

a single numeric value with the number of commits which contains the id

See Also

parse_gitlog to obtain additions and deletions from gitlog

Other metrics: 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_churn(), metric_file_non_bug_frequency()


sailuh/kaiaulu documentation built on April 17, 2024, 2:21 a.m.