The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
rcov 0.5.0: cross-referenced reports (code coverage and callsite info), RubyGems, Rant support,...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eigen Class

Posts: 358
Nickname: eigenclass
Registered: Oct, 2005

Eigenclass is a hardcore Ruby blog.
rcov 0.5.0: cross-referenced reports (code coverage and callsite info), RubyGems, Rant support,... Posted: May 30, 2006 2:56 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eigen Class.
Original Post: rcov 0.5.0: cross-referenced reports (code coverage and callsite info), RubyGems, Rant support,...
Feed Title: Eigenclass
Feed URL: http://feeds.feedburner.com/eigenclass
Feed Description: Ruby stuff --- trying to stay away from triviality.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eigen Class
Latest Posts From Eigenclass

Advertisement

Yet another release of the rcov code coverage tool for Ruby. The one big feature introduced in this release is the ability to generate cross-referenced reports showing where methods are called from. This should prove useful when you're trying to optimize your program, or even when just trying to understand what is going on.

As anticipated in the teaser I posted a few days ago, cross-referenced reports look like this:

cross-refs-teaser.png

You can find a sample cross-referenced report at http://eigenclass.org/static/rcov-sample-report-crossref/.

As usual, there are also some improvements in the heuristics (many multi-line quoted strings work now), a few additional features, more polishing of the existing ones and a bunch of bugfixes.

This release is the first to include RubyGems packages: both a binary one for Win32 and a platform-independent one for all those with a compiler, (or a lot of patience, if willing to run rcov in pure-Ruby mode).

Visible changes


Read more...

Read: rcov 0.5.0: cross-referenced reports (code coverage and callsite info), RubyGems, Rant support,...

Topic: I like Ruby Previous Topic   Next Topic Topic: Ahora si! - Charla de RubyOnRails en la UCV

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use