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

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

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