Module: SimpleCov::Formatter
- Defined in:
- lib/simplecov/formatter.rb,
lib/simplecov/formatter/base.rb,
lib/simplecov/formatter/html_formatter.rb,
lib/simplecov/formatter/json_formatter.rb,
lib/simplecov/formatter/multi_formatter.rb,
lib/simplecov/formatter/simple_formatter.rb,
lib/simplecov/formatter/json_formatter/errors_formatter.rb,
lib/simplecov/formatter/json_formatter/result_hash_formatter.rb,
lib/simplecov/formatter/json_formatter/source_file_formatter.rb,
sig/simplecov.rbs,
sig/simplecov.rbs,
sig/simplecov.rbs,
sig/simplecov.rbs,
sig/simplecov.rbs,
sig/simplecov.rbs
Overview
Namespace for result formatters. A formatter is any class whose
instances respond to #format(result) and that can be instantiated
with no arguments; wire one up via SimpleCov.formatter= or
SimpleCov.formatters=.
Defined Under Namespace
Modules: _Formatter Classes: Base, HTMLFormatter, JSONFormatter, MultiFormatter, SimpleFormatter