RAA - rcov/0.2.0

rcov / 0.2.0

Short description: code coverage analysis tool
Category: Application/Testing
Status: stable
Created: 2006-02-28 16:23:27 GMT
Last update: 2006-02-28 16:23:27 GMT
Owner: mfp (Mauricio Fernandez) (Projects of this owner)
Homepage: http://eigenclass.org/hiki.rb?rcov
Download: http://eigenclass.org/static/rcov/rcov-0.2.0.tar.gz
License: Ruby's
Dependency:
None
Description:

rcov is a tool for simple code coverage analysis in Ruby. It improves on the better known coverage[1] in a number of ways:

  • 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 some other tools)
  • more convenient interface
  • prettier output (since 0.2.0)
  • more accurate coverage information through code linkage inference using simple heuristics
  • additional features like bogo-profile mode, colorblind-friendliness…

Code coverage shouldn’t be abused (in few words, C0 coverage guarantees nothing) but it’s still useful for testing: it will at least tell you when your tests need more work, and most importantly where.

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

1
freshmeat.net/projects/rubycoverage
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