Module: Coco

Defined in:
lib/coco.rb,
lib/coco/helpers.rb,
lib/coco/configuration.rb,
lib/coco/formatter/context.rb,
lib/coco/formatter/template.rb,
lib/coco/writer/file_writer.rb,
lib/coco/cover/coverage_stat.rb,
lib/coco/formatter/formatter.rb,
lib/coco/lister/source_lister.rb,
lib/coco/cover/coverage_result.rb,
lib/coco/writer/html_directory.rb,
lib/coco/lister/uncovered_lister.rb,
lib/coco/formatter/colored_string.rb,
lib/coco/formatter/html_formatter.rb,
lib/coco/writer/html_files_writer.rb,
lib/coco/writer/html_index_writer.rb,
lib/coco/formatter/console_formatter.rb,
lib/coco/formatter/html_index_formatter.rb

Overview

Public: Main namespace of Coco, a code coverage utilily for Ruby from 1.9.3 to 2.1.

Defined Under Namespace

Modules: CoverageStat, FileWriter, Helpers Classes: ColoredString, Configuration, ConsoleFormatter, Context, CoverageResult, Formatter, HtmlDirectory, HtmlFilesWriter, HtmlFormatter, HtmlIndexFormatter, HtmlIndexWriter, IndexContext, SourceLister, Template, UncoveredLister

Constant Summary collapse

ROOT =
File.expand_path(File.dirname(__FILE__) + '/..').freeze