rcov

Code coverage analysis tool for Ruby

Install

All systems
curl cmd.cat/rcov.sh
Debian Debian
apt-get install rcov
Raspbian
apt-get install rcov

rcov

Code coverage analysis tool for Ruby

rcov 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