I need a tool which measures test coverage under Ruby.
I tried rcov, but couldn’t install it under Windows, Cygwin, or Ubuntu.
Which programs (not necessarily free) calculate the branch and/or line coverage of tests in Ruby and work with Ruby on Rails?
Simplecov. Rcov doesn’t work so well under Ruby 1.9.*, but simplecov does.