Sha256: b437ca8c45528afe8a2caf04a7b43ce136569a70a5222f2dd00efe57a6196d0f

Contents?: true

Size: 502 Bytes

Versions: 96

Compression:

Stored size: 502 Bytes

Contents

# frozen_string_literal: true

module Mutant
  class Reporter
    class CLI
      class Printer
        # Full env result reporter
        class EnvResult < self
          delegate(:failed_subject_results)

          # Run printer
          #
          # @return [undefined]
          def run
            visit_collection(SubjectResult, failed_subject_results)
            visit(EnvProgress, object)
          end
        end # EnvResult
      end # Printer
    end # CLI
  end # Reporter
end # Mutant

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
mutant-0.12.4 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.12.3 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.12.2 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.12.0 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.34 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.33 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.32 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.31 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.30 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.29 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.28 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.27 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.26 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.25 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.24 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.23 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.22 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.21 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.20 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.11.19 lib/mutant/reporter/cli/printer/env_result.rb