A B C E F G H I L M N O P R S

C

c0 - Variable in class sota.Metrics
Statement coverage:
c0 := 100.0f * nrCoveredStatements / nrStatements
c1 - Variable in class sota.Metrics
Branch coverage:
c1 := 100.0f * nrCoveredBranches / nrBranches
c2 - Variable in class sota.Metrics
Condition coverage:
c2 := 100.0f * nrAtomEvaluations / (nrAtoms * 2)
c3 - Variable in class sota.Metrics
Multiple condition coverage:
c3 := 100.f * nrAtomCombinationEvaluations / nrAtomCombinations
compareTo(IScheme) - Method in class sota.IScheme
(non-Javadoc)
compile() - Method in class sota.SotaATM
Compiles the project if an ant buildscript and a path to Apache Ant are available.
createReport(String) - Method in class sota.SotaATM
Creates a report from all imported testfiles.
createReport(Set<String>, String) - Method in class sota.SotaATM
Creates a report for a specific set of test logs.
createReport(String, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class sota.SotaATM
Creates a report from all imported testfiles. and allows various configuration of the test format.
createReport(Set<String>, String, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class sota.SotaATM
Creates a report for a specific set of test logs and allows various configuration of the test format.
cyclomaticComplexity - Variable in class sota.Metrics
The highest cyclomatic complexity of a function.

A B C E F G H I L M N O P R S