Describe role of generic mutator in a better way
This commit is contained in:
parent
3cddd5558b
commit
6981920931
1 changed files with 3 additions and 1 deletions
|
@ -74,9 +74,11 @@ Coverage: 98.95% # Coverage score
|
||||||
Alive: 57 # Amount of alive mutations.
|
Alive: 57 # Amount of alive mutations.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Nodes still missing a dedicated mutator are handled via the
|
Nodes still missing a dedicated mutator are handled via the
|
||||||
[Generic](https://github.com/mbj/mutant/blob/master/lib/mutant/mutator/node/generic.rb) mutator.
|
[Generic](https://github.com/mbj/mutant/blob/master/lib/mutant/mutator/node/generic.rb) mutator.
|
||||||
This mutator does not perform node specific mutations and visits children. Your contribution is apprechiated!
|
The goal is to remove this mutator and have dedicated mutator for every type of node and removing
|
||||||
|
the Generic handler altogether.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue