Class: Mutant::Reporter::CLI::Progress::Result::Subject

Inherits:
Mutant::Reporter::CLI::Progress::Result show all
Defined in:
lib/mutant/reporter/cli/progress/result/subject.rb

Overview

Reporter for subject runners

Constant Summary collapse

FORMAT =
'(%02d/%02d) %3d%% - killtime: %0.02fs runtime: %0.02fs overhead: %0.02fs'.freeze

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

Mutant::Reporter::CLI::Printer::NL

Instance Method Summary collapse

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

run

Methods included from Delegator

included

Instance Method Details

#runself

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Run printer

Returns:

  • (self)


19
20
21
22
23
# File 'lib/mutant/reporter/cli/progress/result/subject.rb', line 19

def run
  print_progress_bar_finish
  print_stats
  self
end