module SimpleCov

def clear_result


Clear out the previously cached .result. Primarily useful in testing
def clear_result
  @result = nil
end