Class: Evilution::Runner::MutationExecutor::ExecutionResult
- Inherits:
-
Data
- Object
- Data
- Evilution::Runner::MutationExecutor::ExecutionResult
- Defined in:
- lib/evilution/runner/mutation_executor.rb
Instance Attribute Summary collapse
-
#results ⇒ Object
readonly
Returns the value of attribute results.
-
#truncated ⇒ Object
readonly
Returns the value of attribute truncated.
Instance Attribute Details
#results ⇒ Object (readonly)
Returns the value of attribute results
6 7 8 |
# File 'lib/evilution/runner/mutation_executor.rb', line 6 def results @results end |
#truncated ⇒ Object (readonly)
Returns the value of attribute truncated
6 7 8 |
# File 'lib/evilution/runner/mutation_executor.rb', line 6 def truncated @truncated end |