MuCheck-0.3.0.4: Automated Mutation Testing

Safe HaskellNone
LanguageHaskell2010

Test.MuCheck.AnalysisSummary

Description

The AnalysisSummary declares the mutation result datatype, and its instances.

Synopsis

Documentation

data MAnalysisSummary Source

Datatype to hold results of the entire run

Constructors

MAnalysisSummary 

Fields

_maNumMutants :: Int

The number of mutants tested

_maAlive :: Int

The number of mutants that were alive after the mutation run

_maKilled :: Int

The number of mutants that were killed

_maErrors :: Int

The number of non-viable mutants.

Instances

Show MAnalysisSummary

The show instance for MAnalysisSummary