module SimpleCov::Configuration

def profiles


Returns the hash of available profiles
def profiles
  @profiles ||= SimpleCov::Profiles.new
end