Class: Evilution::Runner::MutationPlanner::Plan
- Inherits:
-
Struct
- Object
- Struct
- Evilution::Runner::MutationPlanner::Plan
- Defined in:
- lib/evilution/runner/mutation_planner.rb
Instance Attribute Summary collapse
-
#disabled_mutations ⇒ Object
Returns the value of attribute disabled_mutations.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#equivalent ⇒ Object
Returns the value of attribute equivalent.
-
#skipped_count ⇒ Object
Returns the value of attribute skipped_count.
Instance Attribute Details
#disabled_mutations ⇒ Object
Returns the value of attribute disabled_mutations
11 12 13 |
# File 'lib/evilution/runner/mutation_planner.rb', line 11 def disabled_mutations @disabled_mutations end |
#enabled ⇒ Object
Returns the value of attribute enabled
11 12 13 |
# File 'lib/evilution/runner/mutation_planner.rb', line 11 def enabled @enabled end |
#equivalent ⇒ Object
Returns the value of attribute equivalent
11 12 13 |
# File 'lib/evilution/runner/mutation_planner.rb', line 11 def equivalent @equivalent end |
#skipped_count ⇒ Object
Returns the value of attribute skipped_count
11 12 13 |
# File 'lib/evilution/runner/mutation_planner.rb', line 11 def skipped_count @skipped_count end |