From ea60cf2dffe628b93cd9e65836cb62f5c2a20a55 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 4 Apr 2008 15:18:21 +0000 Subject: Initial import of ruby18-rcov-0.8.1.2.0 as devel/ruby-rcov. Ruby-rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, and colorblind-friendliness. --- devel/ruby-rcov/DESCR | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devel/ruby-rcov/DESCR (limited to 'devel/ruby-rcov/DESCR') diff --git a/devel/ruby-rcov/DESCR b/devel/ruby-rcov/DESCR new file mode 100644 index 00000000000..6ba73a45e37 --- /dev/null +++ b/devel/ruby-rcov/DESCR @@ -0,0 +1,6 @@ +Ruby-rcov is a code coverage tool for Ruby. It is commonly used for +viewing overall test unit coverage of target code. It features fast +execution (20-300 times faster than previous tools), multiple analysis +modes, XHTML and several kinds of text reports, easy automation with +Rake via a RcovTask, fairly accurate coverage information through code +linkage inference using simple heuristics, and colorblind-friendliness. -- cgit v1.2.3