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 f
Use Ruby's built in Coverage feature if you are wanting something very simple. It is what Simplecov uses under the hood.