Class: MutationTester::BatchRunner::ProcessedEntry
- Inherits:
-
Struct
- Object
- Struct
- MutationTester::BatchRunner::ProcessedEntry
- Defined in:
- lib/mutation_tester/batch_runner.rb
Instance Attribute Summary collapse
-
#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
#interrupted ⇒ Object
Returns the value of attribute interrupted
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def interrupted @interrupted end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def output_dir @output_dir end |
#passed ⇒ Object
Returns the value of attribute passed
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def passed @passed end |
#results ⇒ Object
Returns the value of attribute results
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def results @results end |
#score ⇒ Object
Returns the value of attribute score
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def score @score end |
#source_file ⇒ Object
Returns the value of attribute source_file
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def source_file @source_file end |
#spec_file ⇒ Object
Returns the value of attribute spec_file
23 24 25 |
# File 'lib/mutation_tester/batch_runner.rb', line 23 def spec_file @spec_file end |
Instance Method Details
#passed? ⇒ Boolean
24 25 26 |
# File 'lib/mutation_tester/batch_runner.rb', line 24 def passed? passed end |