Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:emma
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File | - | Output directory for the report. Default value is: ${project.reporting.outputDirectory}/emma. |
| Name | Type | Since | Description |
|---|---|---|---|
| columns | String | - | Specifies which report columns and in which order to use for report
generation, as a comma-separated list of column ids. Default value is: name,class,method,block,line. |
| dataFiles | File[] | - | Class coverage data files. |
| depth | String | - | Specifies the amount of detail to be included in the generated
coverage reports. Valid values are: all,
package, source, class,
method. Default value is: method. |
| metadataFile | File | - | Location to store class coverage metadata. Default value is: ${project.build.directory}/coverage.em. |
| metrics | String | - | Specifies the threshold coverage metrics values for a given set of
columns. Default value is: method:70,block:70,line:80,class:100. |
| outputEncoding | String | - | Report encoding. Default value is: ${project.reporting.outputEncoding}. |
| sort | String | - | Specifies report column sorting order, as a comma-separated list of
columns ids prefixed with "+" for ascending or "-" for descending
directions. Default value is: +block,+name,+method,+class. |
| sourcePaths | File[] | - | Source locations. |
| verbose | boolean | - | Sets EMMA verbosity level to verbose. Default value is: false. |
sort: