Paketname | rcov |
Beschreibung | a code coverage tool for Ruby |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9.7.1-1 |
Sektion | ruby |
Priorität | optional |
Installierte Größe | 336 Byte |
Hängt ab von | ruby1.8, libc6 (>= 2.3.6-6~), libruby1.8 (>= 1.8.7.249), libjs-jquery |
Empfohlene Pakete | |
Paketbetreuer | Micah Anderson |
Quelle | |
Paketgröße | 60376 Byte |
Prüfsumme MD5 | dbbb7f755341e6736e23f904c75aadba |
Prüfsumme SHA1 | eb9b1e1c5e6ad19823d264e38704d6d7ea8c06b3 |
Prüfsumme SHA256 | f1685d781f05c5336fa027c994a5552c8799f520b5ea1d42ad43af905ad1d2c2 |
Link zum Herunterladen | rcov_0.9.7.1-1_i386.deb |
Ausführliche Beschreibung | 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
|