class SimpleCov::Configuration::CoverageCriterion

def primary

Make this criterion the report's primary (leading) criterion.
def primary
  # @criterion is Symbol-wide because this receiver is also built for
  # :eval; primary_coverage validates at runtime.
  @config.primary_coverage(_ = @criterion)
end