From http://www.rubydoc.info/github/relevance/rcov/master/Rcov/FileStatistics
total_coverage :
The overall coverage rate, if the comments are also considered “executable,” given as a percentage
code_coverage :
Code coverage ratio: the proportion of lines of code executed relative to the total number of lines of code (loc).
If comments on a project are considered executable, the most valuable indicator is code coverage.
mkelley33
source share