We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Similar to the StringMutator, we could mutate numbers.
StringMutator
Describe the solution you'd like I'd like to see a mutator for numbers. Example mutations could be:
With semantic model, we could add some mutations on numeric variables as well:
This example might be bad if myNumericVariable equals 0..
The text was updated successfully, but these errors were encountered:
That mutation on numeric variables is less useful, and prone to unkillable mutants. But the first ones we could definitely add.
Sorry, something went wrong.
YVbakker
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Similar to the
StringMutator
, we could mutate numbers.Describe the solution you'd like
I'd like to see a mutator for numbers. Example mutations could be:
With semantic model, we could add some mutations on numeric variables as well:
The text was updated successfully, but these errors were encountered: