Paketname | rcov |
Beschreibung | a code coverage tool for Ruby |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.9.6-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 340 Byte |
Hängt ab von | ruby1.8, libc6 (>= 2.3.6-6~), libruby1.8 (>= 1.8.7.174), libjs-jquery |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 60494 Byte |
Prüfsumme MD5 | de908254127b22bb4aaa509dc8a35101 |
Prüfsumme SHA1 | e5ba1f8395fc1d723f48cba99f985a0ccc0b9d42 |
Prüfsumme SHA256 | 96a6f2c5380c49a2a701d965604b26a798a92ce0c220599552e05bdee4fc2ee6 |
Link zum Herunterladen | rcov_0.9.6-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
|