I've uploaded an interesting (well, interesting to those who really need
to get out more) report on test coverage:
http://htmlparser.sourceforge.net/HTMLParser_Coverage.html
Although large (nearly 2MB), the report shows line by line test case
code coverage when running org.htmlparser.tests.AllTests.
It indicates that the tests cover 85% of the executable lines in the
source tree (excluding the org.htmlparser.tests packages).
I think this is very good, since a lot of the unexecuted code lies
within catch blocks and convenience methods.
Derrick
|