module SimpleCov::Configuration

def coverage_criteria

def coverage_criteria
  @coverage_criteria ||= Set[DEFAULT_COVERAGE_CRITERION]
end