yegor256/cam

Impact Ratio as a new metric

Open

#226 geöffnet am 21. März 2024

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Shell (51 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (27 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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