-
Notifications
You must be signed in to change notification settings - Fork 222
Mutator for numbers #2849
Copy link
Copy link
Open
Labels
Area: Mutatornew mutators or change to existing onenew mutators or change to existing one🚀 Feature requestNew feature or requestNew feature or request
Description
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:
| Original | Mutation |
|---|---|
| var x = 10; | var x = 0; |
| var x = 10; | var x = -10; |
With semantic model, we could add some mutations on numeric variables as well:
| Original | Mutation |
|---|---|
| var x = myNumericVariable; | var x = -myNumericVariable; |
This example might be bad if myNumericVariable equals 0..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: Mutatornew mutators or change to existing onenew mutators or change to existing one🚀 Feature requestNew feature or requestNew feature or request