yegor256/cam

Impact Ratio as a new metric

Open

#226 opened on Mar 21, 2024

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Shell (51 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

Let's add a series of new metrics:

  • Impact Ratio (IR): 1 divided by the total number of Java files in the entire repository
  • Impact Ratio by Lines of Code (IRLoC): number of lines of code in a file divided by the total number of lines of code in the entire repository
  • Impact Ratio by Commits (IRC): number of Git commits made in a file divided by the total number of Git commits in the entire repository
  • Impact Ratio by Commit Authors (IRCA): number of Git committers who made changes in a file divided by the total number of Git committers in the entire repository

Contributor guide