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

#degradedObject

Returns the value of attribute degraded

Returns:

  • (Object)

    the current value of degraded



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

def degraded
  @degraded
end

#interruptedObject

Returns the value of attribute interrupted

Returns:

  • (Object)

    the current value of interrupted



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

def interrupted
  @interrupted
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



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

def output_dir
  @output_dir
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



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

def passed
  @passed
end

#resultsObject

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



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

def results
  @results
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



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

def score
  @score
end

#source_fileObject

Returns the value of attribute source_file

Returns:

  • (Object)

    the current value of source_file



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

def source_file
  @source_file
end

#spec_fileObject

Returns the value of attribute spec_file

Returns:

  • (Object)

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

Returns:

  • (Boolean)


30
31
32
# File 'lib/mutation_tester/batch_runner.rb', line 30

def degraded?
  !!degraded
end

#passed?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/mutation_tester/batch_runner.rb', line 26

def passed?
  passed
end