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

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

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy