DbMarkMutant

Undocumented in source.

Members

Functions

getLostMarkings
MarkedMutant[] getLostMarkings()

All marked mutants whom have a mutation status checksum that has been removed from the database.

getMarkedMutants
MarkedMutant[] getMarkedMutants()
isMarked
bool isMarked(MutationId id)
Undocumented in source. Be warned that the author may not have intended to support it.
markMutant
void markMutant(MutationId id, Path file, SourceLoc sloc, MutationStatusId statusId, Checksum cs, Mutation.Status s, Rationale r, string mutationTxt)

Mark a mutant with status and rationale (also adds metadata).

removeMarkedMutant
void removeMarkedMutant(Checksum cs)
Undocumented in source. Be warned that the author may not have intended to support it.
removeMarkedMutant
void removeMarkedMutant(MutationStatusId id)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta