Coverage

object Coverage
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def covers(cv: Coverage[Cover], name: LabelName): Boolean
def empty[A]: Coverage[A]
def labels(cv: Coverage[_]): List[LabelName]
def split(coverage: Coverage[CoverCount], tests: SuccessCount): (List[Label[CoverCount]], List[Label[CoverCount]])
def union[A](a: Coverage[A], b: Coverage[A])(append: (A, A) => A): Coverage[A]