class Mutest::Reporter::CLI::Printer::SubjectProgress

Reporter for subject progress

Constants

FORMAT

Public Instance Methods

run() click to toggle source

Run printer

@return [undefined]

# File lib/mutest/reporter/cli/printer/subject_progress.rb, line 24
def run
  puts("#{subject.identification} mutations: #{amount_mutations}")
  print_mutation_results
  print_progress_bar_finish
  print_stats
end

Private Instance Methods

print_mutation_results() click to toggle source

Print mutation results

@return [undefined]

print_progress_bar_finish() click to toggle source

Print progress bar finish

@return [undefined]

print_stats() click to toggle source

Print stats

@return [undefined]