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