1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/ruby-rcov/pkg-descr
Cheng-Lung Sung 80d0f67f70 Add ruby-rcov 0.5.0, a tool for simple code coverage analysis in Ruby.
PR:		ports/97938
Submitted by:	Rui Lopes (rgl ruilopes com)
2006-06-14 01:56:45 +00:00

14 lines
405 B
Plaintext

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