Sha256: 7d8d833075f6f19ddb073817a2efa096227310efc6b88cbac6c0b5f0d6fb72bc

Contents?: true

Size: 699 Bytes

Versions: 18

Compression:

Stored size: 699 Bytes

Contents

# frozen_string_literal: true

module Mutant
  class Reporter
    class CLI
      class Printer
        # Printer for mutation config
        class Config < self

          # Report configuration
          #
          # @param [Mutant::Config] config
          #
          # @return [undefined]
          def run
            info 'Matcher:         %s', object.matcher.inspect
            info 'Integration:     %s', object.integration
            info 'Jobs:            %d', object.jobs
            info 'Includes:        %s', object.includes
            info 'Requires:        %s', object.requires
          end

        end # Config
      end # Printer
    end # CLI
  end # Reporter
end # Mutant

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mutant-0.10.4 lib/mutant/reporter/cli/printer/config.rb
mutant-0.10.1 lib/mutant/reporter/cli/printer/config.rb
mutant-0.10.0 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.14 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.13 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.12 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.11 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.10 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.9 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.8 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.7 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.6 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.5 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.4 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.3 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.2 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.1 lib/mutant/reporter/cli/printer/config.rb
mutant-0.9.0 lib/mutant/reporter/cli/printer/config.rb