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 |
|---|---|---|---|
| alpha | 48.7 kB | 240 kB | [list of files] |
| amd64 | 49.0 kB | 236 kB | [list of files] |
| arm | 47.4 kB | 236 kB | [list of files] |
| hppa | 49.0 kB | 240 kB | [list of files] |
| i386 | 47.5 kB | 188 kB | [list of files] |
| ia64 | 50.5 kB | 248 kB | [list of files] |
| mips | 47.9 kB | 236 kB | [list of files] |
| mipsel | 47.9 kB | 236 kB | [list of files] |
| powerpc | 49.5 kB | 240 kB | [list of files] |
| s390 | 48.5 kB | 236 kB | [list of files] |
| sparc | 47.7 kB | 236 kB | [list of files] |