class Yardstick::MeasurementSet
def coverage
- Api: - public
Returns:
-
(Integer, Rational)
-
def coverage empty? ? 1 : Rational(successful, total) end
(Integer, Rational)
-
def coverage empty? ? 1 : Rational(successful, total) end