updateMutantStatus

Update the status of a mutant.

If the mutant is timeout then it will be added to the worklist if the mutation testing is in the initial phase.

If it has progressed beyond the init phase then it depends on if the local iteration variable of *this* instance of dextool matches the one in the database. This ensures that all instances that work on the same database is in-sync with each other.

@safe @trusted
void
updateMutantStatus

Parameters

db Database

database to use

id MutationStatusId

?

st Mutation.Status

?

usedIter long

the iter value that was used to test the mutant

Meta