module SimpleCov

def result?


Otherwise, returns the result
Returns nil if the result has not been computed
def result?
  defined? @result and @result
end