RAA - rcov/0.7.0

rcov / 0.7.0

Short description: code coverage analysis tool
Category: Application/Testing
Status: stable
Created: 2006-02-28 16:23:27 GMT
Last update: 2006-08-15 08:24:10 GMT
Owner: mfp (Mauricio Fernandez) (Projects of this owner)
Homepage: http://eigenclass.org/hiki.rb?rcov
Download: http://rubyforge.org/frs/download.php/12147/rcov-0.7.0.tar.gz
License: Ruby's
Dependency:
Requires: ruby/>=1.8.3(+) required to use the rcovrt extension; therefore optional, but you really want this to make rcov 200 times faster
(+): no such version
Description:

rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test coverage of target code. It features:

  • fast execution: 20-300 times faster than previous tools
  • multiple analysis modes: standard, bogo-profile, "intentional testing"…
  • detection of uncovered code introduced since the last run ("differential code coverage")
  • fairly accurate coverage information through code linkage inference using simple heuristics
  • XHTML, plain text, ANSI-escaped text outputs
  • easy automation with Rake and Rant
  • colorblind-friendliness

See eigenclass.org/hiki.rb?rcov for additional information, sample reports, screenshots, etc.

Versions: [0.8.0 (2007-02-28)] [0.7.0 (2006-08-15)] [0.6.0 (2006-06-14)] [0.5.0 (2006-05-31)] [0.4.0 (2006-05-23)] [0.3.0 (2006-05-05)] [0.2.0 (2006-02-28)]

Edit this project (for project owner)

back to RAA top