Class: Mutant::Reporter::CLI::Printer::Mutation::Noop

Inherits:
Mutant::Reporter::CLI::Printer::Mutation show all
Defined in:
lib/mutant/reporter/cli/printer/mutation.rb

Overview

Reporter for noop mutations

Constant Summary collapse

MESSAGE =
[
  'Parsed subject AST:',
  '%s',
  'Unparsed source:',
  '%s',
].join("\n")

Constants inherited from Mutant::Reporter::CLI::Printer

REGISTRY

Method Summary

Methods inherited from Mutant::Reporter::CLI::Printer::Mutation

build, #run

Methods inherited from Mutant::Reporter::CLI::Printer

build, finalize, handle, run, visit