All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scoverage.report.status.scala Maven / Gradle / Ivy

package scoverage.report

/** @author Stephen Samuel */
sealed trait StatementStatus
case object Invoked extends StatementStatus
case object NotInvoked extends StatementStatus
case object NoData extends StatementStatus




© 2015 - 2025 Weber Informatics LLC | Privacy Policy