#primary
Make this criterion the report's primary (leading) criterion.
# File 'lib/simplecov/configuration/coverage.rb', line 168
def primary # @criterion is Symbol-wide because this receiver is also built for # :eval; primary_coverage validates at runtime. @config.primary_coverage(_ = @criterion) end