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...
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 59.0 kB | 296 kB | [list of files] |
| amd64 | 58.5 kB | 292 kB | [list of files] |
| armel | 57.1 kB | 292 kB | [list of files] |
| hppa | 58.6 kB | 296 kB | [list of files] |
| hurd-i386 | 56.9 kB | 292 kB | [list of files] |
| i386 | 56.9 kB | 216 kB | [list of files] |
| ia64 | 60.0 kB | 304 kB | [list of files] |
| kfreebsd-amd64 | 57.6 kB | 236 kB | [list of files] |
| kfreebsd-i386 | 56.9 kB | 232 kB | [list of files] |
| m68k (unofficial port) | 57.5 kB | 292 kB | [list of files] |
| mips | 57.3 kB | 296 kB | [list of files] |
| mipsel | 57.3 kB | 296 kB | [list of files] |
| powerpc | 59.7 kB | 300 kB | [list of files] |
| s390 | 57.9 kB | 292 kB | [list of files] |
| sparc | 57.2 kB | 292 kB | [list of files] |