Class: Mutant::Mutation::Neutral::Noop

Inherits:
Mutant::Mutation::Neutral show all
Defined in:
lib/mutant/mutation/neutral.rb

Overview

Noop mutation, special case of neutral

Constant Summary collapse

SYMBOL =
'noop'.freeze

Constants inherited from Mutant::Mutation::Neutral

SHOULD_FAIL

Constants inherited from Mutant::Mutation

CODE_DELIMITER, CODE_RANGE

Method Summary

Methods inherited from Mutant::Mutation

#code, #identification, #insert, #original_source, #root, #should_fail?, #source, #success?