Release Name: 0.2
Notes:
Purpose
=======
This tool helps identify those lines of code in your
program which didn't got executed while running.
NaHi is the author of the original 'coverage.rb',
47 lines of Ruby code. Today it outputs nice HTML.
Changes:
22-march-2004 Neoneye
* version 0.2 released.
* sidebar can be specified, by creating a file
named 'coverage.sidebar'.
* avoid absolute names.
* output to the local dir 'coverage'.
* XHTML1.0 strict.
21-march-2004 Neoneye
* version 0.1 released.
* prepared to make a release of 'coverage.rb'
* While reading on the rubygems mailinglist I saw that batsman had
a patch to coverage. I have committed it. Thanks batsman.
It can now show percentages in the index.html file.
|