org.openbakery.coverage.model.Coverage.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CoverageReport Show documentation
Show all versions of CoverageReport Show documentation
CoverageReport convert the llvm profdata code coverage to text, HTML or XML
package org.openbakery.coverage.model
/**
* Created by rene on 26.02.16.
* Enum that indicates how good the coverage is
*/
enum Coverage {
Poor,
Ok,
Good
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy