|
jcoverage/gpl
jcoverage/gpl is a free code-coverage tool for Java programmers that allows them to measure the effectiveness of their Java tests and how much of a software program's code has been tested.
jcoverage/gpl identifies how many times each line of code in your application has been executed and you can see which parts of your software remain untested. After instrumenting your code and running your tests, a report is generated allowing you to view information coverage figures from a project level right down to the individual line of code. This process is called 'code coverage'.
|
|
|
Category |
Code Coverage |
License |
GNU General Public License (GPL) |
HomePage |
http://jcoverage.com |
|
|
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the United States
and other countries. This site is independent of Sun Microsystems, Inc.