package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPersister creates a Persister that reads and writes statistics from f.
OpenStatFile opens a file in the appropriate mode for using it as a statistics target.

# Variables

FilterAllMutants is a mutant filter that allows all mutants.
FilterEscapedMutants is a mutant filter that allows only mutants that were hit but not killed.
FilterHitMutants is a mutant filter that allows hit mutants only.
FilterKilledMutants is a mutant filter that allows killed mutants only.

# Structs

Hitset is a set of statistics relating to the way in which a mutant has been 'hit'.
Machine is a statistics set for a specific machine.
MachineSpan contains the timespan-specific part of Machine.
Mutant gives statistics for a particular mutant.
Mutation holds statistics for each mutant in a mutation testing campaign.
Persister is a forward handler that maintains and persists a statistics set on disk.
Set aggregates statistics taken from cycle analyses.

# Type aliases

MutantFilter is the type of mutant filtering predicates.