Class: Mutant::Result::CoverageCriteria Private

Inherits:
Object
  • Object
show all
Includes:
Mutant::Result
Defined in:
lib/mutant/result.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

TestEnv

Constant Summary collapse

CODEC =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Transform::Codec.for_anima(self)

Instance Method Summary collapse

Methods included from Mutant::Result

included

Instance Method Details

#success?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Test if one coverage criteria indicates success

Returns:

  • (Boolean)


149
150
151
# File 'lib/mutant/result.rb', line 149

def success?
  process_abort || test_result || timeout
end