blob: d1ef4ddc27c19fefbfeb3433a7a690b73de70079 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
rcov is a tool for simple code coverage analysis in Ruby.
It features:
* fast execution: 20-300 times faster than previous tools
* multiple analysis modes
* fairly accurate coverage information through code linkage
inference using simple heuristics
* XHTML and several kinds of text reports
* easy automation with Rake via a RcovTask
* colorblind-friendliness
WWW: http://eigenclass.org/hiki.rb?rcov
|