pkg_metric_size_codebase()
behaves inversely of what's documented
#330
Labels
Bug
Something isn't working
This function documentation states that score 1 is given for large number of lines of code, however the opposite is observed.
0 lines of code gives a score of 1. 10k lines of code gives a score of 0.01:
This seems to be the graph as currently implemented:
https://www.google.com/search?q=y+%3D+1.5+%2F+(x+%2F+100+%2B+1.5)
riskmetric/R/assess_size_codebase.R
Lines 75 to 85 in 9e42e48
The text was updated successfully, but these errors were encountered: