net.sourceforge.cobertura.ant
public class CheckTask extends MatchingTask
| Field Summary | |
|---|---|
| String | branchRate |
| String | dataFile |
| String | failureProperty |
| boolean | haltOnFailure |
| Java | java |
| String | lineRate |
| String | packageBranchRate |
| String | packageLineRate |
| Set | regexes |
| String | totalBranchRate |
| String | totalLineRate |
| Method Summary | |
|---|---|
| Path | createClasspath() |
| Regex | createRegex() |
| void | execute() |
| protected Java | getJava() |
| void | setBranchRate(String branchRate) |
| void | setClasspath(Path classpath) |
| void | setClasspathRef(Reference r) |
| void | setDataFile(String dataFile) |
| void | setFailureProperty(String failureProperty) |
| void | setHaltOnFailure(boolean haltOnFailure) |
| void | setLineRate(String lineRate) |
| void | setPackageBranchRate(String packageBranchRate) |
| void | setPackageLineRate(String packageLineRate) |
| void | setTotalBranchRate(String totalBranchRate) |
| void | setTotalLineRate(String totalLineRate) |