Created
August 7, 2014 13:29
-
-
Save indrekj/80d11b35d4a8c2df7f69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mutant configuration: | |
| Matcher: #<Mutant::Matcher::Config match_expressions=[<Mutant::Expression: Substation::Chain::DSL>] subject_ignores=[] subject_selects=[]> | |
| Integration: rspec | |
| Expect Coverage: 100.00% | |
| Processes: 8 | |
| Substation::Chain::DSL#build:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:94 | |
| - rspec:Substation::Chain::DSL#build | |
| evil:Substation::Chain::DSL#build:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:94:6353c | |
| @@ -1,4 +1,4 @@ | |
| -def build(name = nil, other, exception_chain, &block) | |
| +def build(name__mutant__ = nil, other, exception_chain, &block) | |
| Chain.new(__call__(Definition.new(name, other), &block), exception_chain) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#build:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:94:450f5 | |
| @@ -1,4 +1,4 @@ | |
| -def build(name = nil, other, exception_chain, &block) | |
| +def build(name, other, exception_chain, &block) | |
| Chain.new(__call__(Definition.new(name, other), &block), exception_chain) | |
| end | |
| ----------------------- | |
| Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106 | |
| - rspec:Substation::Chain::DSL#chain | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:77205 | |
| @@ -1,8 +1,6 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| - if block | |
| - instance_eval(&block) | |
| - end | |
| + nil | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:f8a17 | |
| @@ -1,8 +1,6 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| - if block | |
| - instance_eval(&block) | |
| - end | |
| + self | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:013c3 | |
| @@ -1,8 +1,8 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| - if block | |
| + if nil | |
| instance_eval(&block) | |
| end | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:4aa40 | |
| @@ -1,8 +1,8 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| - if block | |
| + if false | |
| instance_eval(&block) | |
| end | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:2d05e | |
| @@ -1,8 +1,8 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| if block | |
| - instance_eval(&block) | |
| + nil | |
| end | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:29cf7 | |
| @@ -1,8 +1,8 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| if block | |
| - instance_eval(&block) | |
| + self | |
| end | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:3e538 | |
| @@ -1,8 +1,8 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| if block | |
| - instance_eval(&block) | |
| + instance_eval | |
| end | |
| self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#chain:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:106:2babf | |
| @@ -1,8 +1,5 @@ | |
| def chain(processors, &block) | |
| processors.each(&method(:use)) | |
| - if block | |
| - instance_eval(&block) | |
| - end | |
| self | |
| end | |
| ----------------------- | |
| Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68 | |
| - rspec:Substation::Chain::DSL::Config#dsl_module | |
| - rspec:Substation::Chain::DSL::Config#registry | |
| - rspec:Substation::Chain::DSL::Config.build | |
| - rspec:Substation::Chain::DSL::ModuleBuilder | |
| - rspec:Substation::Chain::DSL::ModuleBuilder#dsl_module | |
| - rspec:Substation::Chain::DSL::ModuleBuilder.call | |
| - rspec:Substation::Chain::DSL | |
| - rspec:Substation::Chain::DSL#build | |
| - rspec:Substation::Chain::DSL#chain | |
| - rspec:Substation::Chain::DSL#definition | |
| - rspec:Substation::Chain::DSL#failure_chain | |
| - rspec:Substation::Chain::DSL.build | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:e3415 | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + nil | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:95f44 | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + self | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:74abe | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + @name__mutant__ = @definition.name | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:97b6f | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + @name = nil | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:e890e | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + @name = self | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:8ab7c | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + @name = @definition | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:6de4d | |
| @@ -1,8 +1,8 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| + @name = self.name | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#initialize:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:68:2351d | |
| @@ -1,8 +1,7 @@ | |
| def initialize(config, definition) | |
| @config = config | |
| @definition = definition | |
| @registry = @config.registry | |
| - @name = @definition.name | |
| extend(@config.dsl_module) | |
| end | |
| ----------------------- | |
| Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126 | |
| - rspec:Substation::Chain::DSL::Config#dsl_module | |
| - rspec:Substation::Chain::DSL::Config#registry | |
| - rspec:Substation::Chain::DSL::Config.build | |
| - rspec:Substation::Chain::DSL::ModuleBuilder | |
| - rspec:Substation::Chain::DSL::ModuleBuilder#dsl_module | |
| - rspec:Substation::Chain::DSL::ModuleBuilder.call | |
| - rspec:Substation::Chain::DSL | |
| - rspec:Substation::Chain::DSL#build | |
| - rspec:Substation::Chain::DSL#chain | |
| - rspec:Substation::Chain::DSL#definition | |
| - rspec:Substation::Chain::DSL#failure_chain | |
| - rspec:Substation::Chain::DSL.build | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:f0950 | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:f16d8 | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest(chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:17c65 | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest(name, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:9557a | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest(name, chain) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:191d0 | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest(name__mutant__, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:e398d | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest(name, chain__mutant__, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:4a315 | |
| @@ -1,5 +1,5 @@ | |
| -def nest(name, chain, executor) | |
| +def nest(name, chain, executor__mutant__) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:637bb | |
| @@ -1,5 +1,4 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + raise | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:62979 | |
| @@ -1,5 +1,3 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:dae97 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + nil | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:396fe | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + self | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:1e0f0 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config__mutant__ = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:99664 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = nil | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:a2c3f | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = self | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:8ce29 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:1f486 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = self.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:da66b | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:1702d | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:a2657 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(nil, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:93932 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(self, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:06acd | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:37c0e | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(executor, nil, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:8fa76 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(executor, self, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:7f454 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(executor, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:39a81 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(executor, EMPTY_ARRAY, nil) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:7349d | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| + config = Processor::Config.new(executor, EMPTY_ARRAY, self) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:1a758 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + nil | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:7ddfb | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + self | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:0b1cd | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + Processor::Nest::Incoming.new(name, chain, config) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:de6e6 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:06afb | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(nil) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:78e70 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(self) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:83311 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:7991c | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(self.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:f0667 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:984b3 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:01cf1 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:00122 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(nil, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:74afc | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(self, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:46f05 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:78bbb | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(name, nil, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:a3500 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(name, self, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:aa726 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(name, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:934a0 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(name, chain, nil)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:5e628 | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(name, chain, self)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:7cc8d | |
| @@ -1,5 +1,5 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| + use(Processor::Nest::Incoming.new(name, chain)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:65c12 | |
| @@ -1,5 +1,4 @@ | |
| def nest(name, chain, executor) | |
| config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| - use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| evil:Substation::Chain::DSL#nest:/Users/indrek/gems/substation/lib/substation/chain/dsl.rb:126:09d84 | |
| @@ -1,5 +1,4 @@ | |
| def nest(name, chain, executor) | |
| - config = Processor::Config.new(executor, EMPTY_ARRAY, EMPTY_ARRAY) | |
| use(Processor::Nest::Incoming.new(name, chain, config)) | |
| end | |
| ----------------------- | |
| Mutant configuration: | |
| Matcher: #<Mutant::Matcher::Config match_expressions=[<Mutant::Expression: Substation::Chain::DSL>] subject_ignores=[] subject_selects=[]> | |
| Integration: rspec | |
| Expect Coverage: 100.00% | |
| Processes: 8 | |
| Includes: ["lib"] | |
| Requires: ["substation"] | |
| Available Subjects: 9 | |
| Subjects: 9 | |
| Mutations: 285 | |
| Kills: 219 | |
| Alive: 66 | |
| Runtime: 47.90s | |
| Killtime: 61.36s | |
| Overhead: -21.94% | |
| Coverage: 76.84% | |
| Expected: 100.00% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment