coverage

object coverage

object to collect coverage analysis on the mutated code

object to collect coverage analysis on the mutated code

class Object
trait Matchable
class Any

Value members

Concrete methods

def collectCoverage[A](f: => A): (A, CoverageReport)

Collect coverage analysis during the provided function and return it in a tuple

Collect coverage analysis during the provided function and return it in a tuple

def coverMutant(id: Int): Unit

Add a mutant to the current coverage report

Add a mutant to the current coverage report

def setActiveTest(fingerPrint: Fingerprint): Unit

Set the currently running test. This is needed to map the covered mutants with the test that was running at that time

Set the currently running test. This is needed to map the covered mutants with the test that was running at that time