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

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

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