Full name:
net.sf.cathcart:maven-cathcart-plugin:0.9.7:check_cobertura
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
cobertura.report | File |
- |
The xml report produced by cobertura which contains the raw data
for checking. |
basedir | File |
- |
The base directory from which to execute the Ant script. Default value is: ${basedir} . |
Name | Type | Since | Description |
---|---|---|---|
check.cobertura.branchrate.leeway | Double |
- |
The allowed leeway in the value of branchrate when compaired to the
given limit. Default value is: 0 . |
check.cobertura.branchrate.absolute | Boolean |
- |
Is the leeway for branchrate given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.cobertura.branchrate.limit | Double |
- |
Fails if branchrate is less than this value. Default value is: 0 . |
check.cobertura.linerate.leeway | Double |
- |
The allowed leeway in the value of linerate when compaired to the
given limit. Default value is: 0 . |
check.cobertura.linerate.absolute | Boolean |
- |
Is the leeway for linerate given as an absolute value (true) or a
percentage (false)? Default value is: false . |
check.cobertura.linerate.limit | Double |
- |
Fails if linerate is less than this value. Default value is: 0 . |
messageLevel | String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info . |
java.io.File
Yes
${cobertura.report}
check.cobertura.branchrate.leeway:
java.lang.Double
No
${check.cobertura.branchrate.leeway}
0
check.cobertura.branchrate.absolute:
java.lang.Boolean
No
${check.cobertura.branchrate.absolute}
false
check.cobertura.branchrate.limit:
java.lang.Double
No
${check.cobertura.branchrate.limit}
0
check.cobertura.linerate.leeway:
java.lang.Double
No
${check.cobertura.linerate.leeway}
0
check.cobertura.linerate.absolute:
java.lang.Boolean
No
${check.cobertura.linerate.absolute}
false
check.cobertura.linerate.limit:
java.lang.Double
No
${check.cobertura.linerate.limit}
0
java.io.File
Yes
${antBasedir}
${basedir}
java.lang.String
No
${antMessageLevel}
info