MutantsResult

Undocumented in source.

Constructors

this
this(Language lang, FilesysIO fio, ValidateLoc vloc, Mutation.Kind[] kinds)
Undocumented in source.

Members

Functions

drop
void drop(AbsolutePath p, MutationPoint mp, Mutation.Kind kind)

Drop a mutant.

getMutationPoints
Tuple!(Mutation.Kind[], "kind", MutationPoint, "point")[] getMutationPoints(AbsolutePath file)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MutationPoint
struct MutationPoint
Undocumented in source.

Variables

files
Tuple!(AbsolutePath, "path", Checksum, "cs")[] files;
Undocumented in source.
lang
Language lang;
Undocumented in source.

Meta