Class: Pinspec::Validate::MutationAdapter::Outcome
- Inherits:
-
Data
- Object
- Data
- Pinspec::Validate::MutationAdapter::Outcome
- Defined in:
- lib/pinspec/validate/mutation_adapter.rb
Instance Attribute Summary collapse
-
#killed ⇒ Object
readonly
Returns the value of attribute killed.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#survived ⇒ Object
readonly
Returns the value of attribute survived.
-
#survivors ⇒ Object
readonly
Returns the value of attribute survivors.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Method Summary collapse
Instance Attribute Details
#killed ⇒ Object (readonly)
Returns the value of attribute killed
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def killed @killed end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def raw @raw end |
#score ⇒ Object (readonly)
Returns the value of attribute score
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def score @score end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def subject @subject end |
#survived ⇒ Object (readonly)
Returns the value of attribute survived
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def survived @survived end |
#survivors ⇒ Object (readonly)
Returns the value of attribute survivors
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def survivors @survivors end |
#total ⇒ Object (readonly)
Returns the value of attribute total
32 33 34 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 32 def total @total end |
Instance Method Details
#scored? ⇒ Boolean
33 34 35 |
# File 'lib/pinspec/validate/mutation_adapter.rb', line 33 def scored? !score.nil? end |