class SimpleCov::Result

def time_since_creation

def time_since_creation
  Time.now - created_at
end