free_mutant/lib/mutant
Markus Schirp e93960ca35 Fix invalid AST emit
* Mutant prevents double emits via guarding on source representation of
  partial AST nodes. Not all AST nodes are valid as roots, so this
  change creates a valid root around an leave.

* Over the time multiple of these situartions must be solved, we'll end
  up in a more deduplicated solution.

* Closes: #165
2014-03-23 00:42:38 +00:00
..
cli Fix style issues 2014-03-08 18:01:17 +00:00
context
killer
matcher Add Matcher::Null 2014-02-13 16:47:29 +01:00
mutation
mutator Fix invalid AST emit 2014-03-23 00:42:38 +00:00
reporter Fix style issues 2014-03-08 18:01:17 +00:00
rspec Cleanup stateless methods 2014-03-05 18:53:55 +00:00
runner Add coverage for Mutant::Runner::Config#coverage 2014-03-07 13:03:42 +00:00
subject Fix undef before insertion for singleton methods 2014-03-15 17:00:20 +00:00
cache.rb
cli.rb Bump morpher dependency 2014-03-09 00:04:30 +00:00
color.rb
config.rb Use morpher predicates for filtering 2014-02-02 22:49:33 +01:00
constants.rb
context.rb
differ.rb Fix style issues 2014-03-08 18:01:17 +00:00
killer.rb
loader.rb Undefine methods before loading mutants 2014-03-14 21:34:51 +00:00
matcher.rb
mutation.rb Remove memoizer in parent class. 2014-02-02 22:49:33 +01:00
mutator.rb
node_helpers.rb
random.rb
reporter.rb
rspec.rb
runner.rb
singleton_methods.rb
strategy.rb
subject.rb Undefine methods before loading mutants 2014-03-14 21:34:51 +00:00
version.rb Prepare version 0.5.5 2014-03-12 16:23:42 +00:00
walker.rb Fix style issues 2014-03-08 18:01:17 +00:00
zombifier.rb