DirOps

sealed trait DirOps extends MetricsResult
class Object
trait Matchable
class Any

Value members

Abstract fields

val files: Iterable[MetricsResult]

Concrete fields

lazy override val compileErrors: Int
lazy override val ignored: Int
lazy override val killed: Int
lazy override val noCoverage: Int
lazy override val runtimeErrors: Int
lazy override val survived: Int
lazy override val timeout: Int

Inherited fields

lazy val mutationScore: Double

The total percentage of mutants that were killed. Or a {{Double.NaN}} if there are no mutants.

The total percentage of mutants that were killed. Or a {{Double.NaN}} if there are no mutants.

Inherited from:
MetricsResult

The total percentage of mutants that were killed based on the code coverage results. Or {{Double.NaN}} if there are no mutants.

The total percentage of mutants that were killed based on the code coverage results. Or {{Double.NaN}} if there are no mutants.

Inherited from:
MetricsResult
lazy val totalCovered: Int

The number of mutants that your tests produce code coverage for.

The number of mutants that your tests produce code coverage for.

Inherited from:
MetricsResult
lazy val totalDetected: Int

The number of mutants detected by your tests.

The number of mutants detected by your tests.

Inherited from:
MetricsResult
lazy val totalInvalid: Int

The number of mutants that are invalid. They couldn't be tested because they produce either a compile error.

The number of mutants that are invalid. They couldn't be tested because they produce either a compile error.

Inherited from:
MetricsResult
lazy val totalMutants: Int

All mutants.

All mutants.

Inherited from:
MetricsResult
lazy val totalUndetected: Int

The number of mutants that are not detected by your tests.

The number of mutants that are not detected by your tests.

Inherited from:
MetricsResult
lazy val totalValid: Int

The number of mutants that are valid. They didn't result in a compile error or runtime error.

The number of mutants that are valid. They didn't result in a compile error or runtime error.

Inherited from:
MetricsResult