Class: Evilution::Runner::MutationExecutor::ResultCache::Partition Private

Inherits:
Data
  • Object
show all
Defined in:
lib/evilution/runner/mutation_executor/result_cache.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

#cached_resultsObject (readonly)

Returns the value of attribute cached_results

Returns:

  • (Object)

    the current value of cached_results



10
11
12
# File 'lib/evilution/runner/mutation_executor/result_cache.rb', line 10

def cached_results
  @cached_results
end

#uncached_indicesObject (readonly)

Returns the value of attribute uncached_indices

Returns:

  • (Object)

    the current value of uncached_indices



10
11
12
# File 'lib/evilution/runner/mutation_executor/result_cache.rb', line 10

def uncached_indices
  @uncached_indices
end