You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be useful to disable certain mutations per assignment, e.g. per line number + mutation type. Pitest has support for this.
This would allow us to completely exclude equivalent mutants (rather than simply accounting for them in the grade calculation). It would also let us disable mutants causing infinite loops, which would speed up the mutation coverage calculation.
The text was updated successfully, but these errors were encountered:
The method in RunConfiguration can only disable a mutation for the entirety of an assignment, not a specific mutation occurring on a specific line number.
It may be useful to disable certain mutations per assignment, e.g. per line number + mutation type. Pitest has support for this.
This would allow us to completely exclude equivalent mutants (rather than simply accounting for them in the grade calculation). It would also let us disable mutants causing infinite loops, which would speed up the mutation coverage calculation.
The text was updated successfully, but these errors were encountered: