Module: Undercover

Defined in:
lib/undercover.rb,
lib/undercover/cli.rb,
lib/undercover/result.rb,
lib/undercover/options.rb,
lib/undercover/version.rb,
lib/undercover/changeset.rb,
lib/undercover/formatter.rb,
lib/undercover/filter_set.rb,
lib/undercover/lcov_parser.rb,
lib/undercover/simplecov_formatter.rb,
lib/undercover/root_to_relative_paths.rb,
lib/undercover/simplecov_result_adapter.rb

Defined Under Namespace

Modules: CLI, RootToRelativePaths Classes: Changeset, FilterSet, Formatter, LcovParser, Options, Report, Result, ResultHashFormatterWithRoot, SimplecovResultAdapter, UndercoverSimplecovFormatter

Constant Summary collapse

VERSION =
'0.8.3'
LcovParseError =
Class.new(StandardError)