yegor256/cam

Impact Ratio as a new metric

Open

#226 aperta il 21 mar 2024

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Shell (51 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (27 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor