Re: [Jxcl-devel] Types of coverage
Status: Alpha
Brought to you by:
jddixon
|
From: Jim D. <jd...@di...> - 2004-06-29 06:54:10
|
On Mon, 28 Jun 2004, Stefan Wagner wrote: > Can someone please explain to me which kinds of coverage are supported by jxcl > and what is their exact definition? Is branch, decision, or even conditon > coverage possible? The UCovered package within JXCL currently does statement coverage. That is, it outputs a report showing what percentage of lines of code in the software under test have been exercised by the unit tests. JXCL and UCovered are currenntly being reorganized with particular emphasis on XML reports. I expect that this will take a month or so. -- Jim Dixon jd...@di... tel +44 117 982 0786 mobile +44 797 373 7881 http://jxcl.sourceforge.net Java unit test coverage http://xlattice.sourceforge.net p2p communications infrastructure |