[jomic-developers] Test coverage metrics
Status: Beta
Brought to you by:
roskakori
|
From: Thomas A. <ros...@us...> - 2006-04-14 20:58:34
|
Hi all, I just added test coverage metrics to the metrics report. For details, see <http://jomic.sourceforge.net/metrics.html#coverage>. I'm positively surprised that test coverage has remained pretty constant over time. For some reason, it was almost zero around March 2005. I couldn't figure out why yet, but I'm pretty sure it's unrelated to the test code. Probably the test target failed early and I didn't notice. Nevertheless, there still is quite some code the tests don't cover. A large part of the untested code is related to pure GUI parts like ActionListener callbacks. I really should get my act together and finally beat Abbot (a GUI testing framework) into submission. Cheers, Thomas. |