Class: MutationTester::BatchRunner::ProcessedEntry
- Inherits:
-
Struct
- Object
- Struct
- MutationTester::BatchRunner::ProcessedEntry
- Defined in:
- lib/mutation_tester/batch_runner.rb
Instance Attribute Summary collapse
-
#degraded ⇒ Object
Returns the value of attribute degraded.
-
#interrupted ⇒ Object
Returns the value of attribute interrupted.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#results ⇒ Object
Returns the value of attribute results.
-
#score ⇒ Object
Returns the value of attribute score.
-
#source_file ⇒ Object
Returns the value of attribute source_file.
-
#spec_file ⇒ Object
Returns the value of attribute spec_file.
Instance Method Summary collapse
Instance Attribute Details
#degraded ⇒ Object
Returns the value of attribute degraded
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def degraded @degraded end |
#interrupted ⇒ Object
Returns the value of attribute interrupted
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def interrupted @interrupted end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def output_dir @output_dir end |
#passed ⇒ Object
Returns the value of attribute passed
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def passed @passed end |
#results ⇒ Object
Returns the value of attribute results
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def results @results end |
#score ⇒ Object
Returns the value of attribute score
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def score @score end |
#source_file ⇒ Object
Returns the value of attribute source_file
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def source_file @source_file end |
#spec_file ⇒ Object
Returns the value of attribute spec_file
25 26 27 |
# File 'lib/mutation_tester/batch_runner.rb', line 25 def spec_file @spec_file end |
Instance Method Details
#degraded? ⇒ Boolean
30 31 32 |
# File 'lib/mutation_tester/batch_runner.rb', line 30 def degraded? !!degraded end |
#passed? ⇒ Boolean
26 27 28 |
# File 'lib/mutation_tester/batch_runner.rb', line 26 def passed? passed end |