Class: MutationTester::BatchRunner::ProcessedEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/mutation_tester/batch_runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#interruptedObject

Returns the value of attribute interrupted

Returns:

  • (Object)

    the current value of interrupted



23
24
25
# File 'lib/mutation_tester/batch_runner.rb', line 23

def interrupted
  @interrupted
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



23
24
25
# File 'lib/mutation_tester/batch_runner.rb', line 23

def output_dir
  @output_dir
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



23
24
25
# File 'lib/mutation_tester/batch_runner.rb', line 23

def passed
  @passed
end

#resultsObject

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



23
24
25
# File 'lib/mutation_tester/batch_runner.rb', line 23

def results
  @results
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



23
24
25
# File 'lib/mutation_tester/batch_runner.rb', line 23

def score
  @score
end

#source_fileObject

Returns the value of attribute source_file

Returns:

  • (Object)

    the current value of source_file



23
24
25
# File 'lib/mutation_tester/batch_runner.rb', line 23

def source_file
  @source_file
end

#spec_fileObject

Returns the value of attribute spec_file

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Boolean)


24
25
26
# File 'lib/mutation_tester/batch_runner.rb', line 24

def passed?
  passed
end