Class: Evilution::Runner::MutationExecutor::ResultCache::Partition
- Inherits:
-
Data
- Object
- Data
- Evilution::Runner::MutationExecutor::ResultCache::Partition
- Defined in:
- lib/evilution/runner/mutation_executor/result_cache.rb
Instance Attribute Summary collapse
-
#cached_results ⇒ Object
readonly
Returns the value of attribute cached_results.
-
#uncached_indices ⇒ Object
readonly
Returns the value of attribute uncached_indices.
Instance Attribute Details
#cached_results ⇒ Object (readonly)
Returns the value of attribute cached_results
10 11 12 |
# File 'lib/evilution/runner/mutation_executor/result_cache.rb', line 10 def cached_results @cached_results end |
#uncached_indices ⇒ Object (readonly)
Returns the value of attribute uncached_indices
10 11 12 |
# File 'lib/evilution/runner/mutation_executor/result_cache.rb', line 10 def uncached_indices @uncached_indices end |