class Yardstick::MeasurementSet

def coverage

Other tags:
    Api: - public

Returns:
  • (Integer, Rational) -
def coverage
  empty? ? 1 : Rational(successful, total)
end