Module: SimpleCov::Formatter
Overview
Namespace for ::SimpleCov result formatters. Built-in formatters live
below this module; custom formatters should respond to #format(result)
and can be wired up via SimpleCov.formatter=.
TODO: Documentation on how to build your own formatters