Class: Evilution::Runner::MutationExecutor::ExecutionResult

Inherits:
Data
  • Object
show all
Defined in:
lib/evilution/runner/mutation_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultsObject (readonly)

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



6
7
8
# File 'lib/evilution/runner/mutation_executor.rb', line 6

def results
  @results
end

#truncatedObject (readonly)

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



6
7
8
# File 'lib/evilution/runner/mutation_executor.rb', line 6

def truncated
  @truncated
end