Issues
- 2
Provide way to not clear screen
#96 opened by mvz - 0
Port minitest integration from mutant
#93 opened by mvz - 0
- 0
- 0
- 0
Add lhs `masgn` mutations
#66 opened by dgollahon - 0
- 0
- 0
Stop emitting invalid block mutations
#71 opened by dgollahon - 0
Emit base options for `Integer()`
#72 opened by dgollahon - 2
- 0
Mutate `Constant.foo` to `self.class.foo`
#77 opened by backus - 1
- 2
undefined method 'expect'
#80 opened by elifoster - 0
- 3
uninitialized constant Parser
#87 opened by felixyz - 0
- 0
- 0
- 0
Add mutation from `foo[bar] || baz` to `foo.fetch(bar) { baz }`, `foo.fetch(bar, baz)`
#64 opened by dgollahon - 1
Add mutation from `a = *b` to `a = b`
#65 opened by dgollahon - 0
Mutation of `super` to `super()` should not happen for a method with no arguments
#22 opened by dgollahon - 0
- 9
Avoid the need to include mutest in the bundle
#33 opened by mvz - 1
Print gathered results after interrupted run
#34 opened by mvz - 1