- db
Miniorm db()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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(MutationStatusId id)
Undocumented in source. Be warned that the author may not have intended to support it.
- mark
void mark(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).
- remove
void remove(Checksum cs)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(MutationStatusId id)
Undocumented in source. Be warned that the author may not have intended to support it.