| Option |
Description |
Code coverage |
Check this option, if you want code coverage to be analyzed.
 | 'metadata is empty' problem
For some complex build scripts, coverage metadata cannot be collected. In this case, try adding debug=true parameter to javac tasks in your ant script. |
If this option is not checked, the following two options are disabled. |
Include Source Files in the Coverage Data |
Check this option to include source files into the code coverage report (you'll be able to see sources on the Web).
|
Coverage Instrumentation Parameters |
Use this field to specify the filters to be used for creating the code coverage report. These filters define classes to be exempted from instrumentation. For detailed description of filters refer to http://emma.sourceforge.net/reference_single/reference.html#prop-ref.tables. |