Class: Mutant::Reporter::CLI::Report::Mutation::Noop

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

Overview

Reporter for noop mutations

Constant Summary collapse

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

Method Summary

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

#run

Methods inherited from Printer

run, #run

Methods included from Delegator

included