Class: Evilution::Runner::MutationPlanner::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/evilution/runner/mutation_planner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_mutationsObject

Returns the value of attribute disabled_mutations

Returns:

  • (Object)

    the current value of disabled_mutations



11
12
13
# File 'lib/evilution/runner/mutation_planner.rb', line 11

def disabled_mutations
  @disabled_mutations
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



11
12
13
# File 'lib/evilution/runner/mutation_planner.rb', line 11

def enabled
  @enabled
end

#equivalentObject

Returns the value of attribute equivalent

Returns:

  • (Object)

    the current value of equivalent



11
12
13
# File 'lib/evilution/runner/mutation_planner.rb', line 11

def equivalent
  @equivalent
end

#skipped_countObject

Returns the value of attribute skipped_count

Returns:

  • (Object)

    the current value of skipped_count



11
12
13
# File 'lib/evilution/runner/mutation_planner.rb', line 11

def skipped_count
  @skipped_count
end