Download Source Package rcov:
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It improves on the better known coverage tool, Ruby Coverage, on a number of points:
* 20-300 times faster: typically, the program being inspected runs only ~3
times slower than without rcov (i.e. not 200 times
slower as with previous tools)
* more accurate coverage information through code linkage inference using
simple heuristics
* more convenient interface
* provides both HTML and console output
* additional features like bogo-profile mode, colorblind-friendliness...
Homepage: <http://eigenclass.org/hiki.rb?rcov>
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| m68k | 47.7 kB | 236 kB | [list of files] |