Install Rcov On A Debian And Raspbian
Install rcov
-
Debian
apt-get install rcov
Click to copy -
Raspbian
apt-get install rcov
Click to copy
rcov
Code coverage analysis tool for Rubyrcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. This version improves on the original RCov tool by Mauricio Fernandez by providing a number of REXML Dependency fixes which were causing a significant number of RCov bugs. Features include: * fast execution: 20-300 times faster than previous tools * multiple analysis modes: standard, bogo-profile, intentional testing, dependency analysis, and more * differential code coverage detection * accurate coverage information via code linkage inference * cross-referenced XHTML and several kinds of text reports * support for easy automation with Rake * colorblind-friendliness