Class: Evilution::Reporter::CLI::LineFormatters::Mutations
- Inherits:
-
Object
- Object
- Evilution::Reporter::CLI::LineFormatters::Mutations
- Defined in:
- lib/evilution/reporter/cli/line_formatters/mutations.rb
Constant Summary collapse
- OPTIONAL_FIELDS =
%i[neutral equivalent unresolved unparseable skipped].freeze
Instance Method Summary collapse
Instance Method Details
#format(summary) ⇒ Object
8 9 10 |
# File 'lib/evilution/reporter/cli/line_formatters/mutations.rb', line 8 def format(summary) base_line(summary) + optional_sections(summary) end |