module Covered
Classes and Modules
class BriefSummary < SummaryGenerates a short coverage report with the least-covered files.
class Capture < WrapperCaptures Ruby coverage data and forwards it to another coverage output.
class ConfigLoads project coverage configuration and controls a configured policy.
module RatioComputes common coverage ratios from executed and executable line counts.
class CoverageStores line execution counts and source metadata for a single file.
class Files < BaseCollects coverage information keyed by source path.
class Include < WrapperIncludes coverage for files matching a glob pattern.
class Skip < FilterExcludes coverage for paths matching a pattern.
class Only < FilterOnly includes coverage for paths matching a pattern.
class Root < FilterRestricts coverage to a project root and converts paths relative to it.
class Forks < WrapperTracks coverage across forked child processes.
class MarkdownSummaryGenerates a Markdown coverage summary.
module MinitestIntegrates coverage tracking with Minitest.
class PartialSummary < SummaryGenerates a report containing only lines near missing coverage.
class Persist < WrapperPersists coverage records to a MessagePack database.
class Policy < WrapperConfigures coverage collection, filtering, persistence and reports.
module RSpecIntegrates coverage tracking with RSpec.
class SourceSource code metadata for a covered file or generated template.
class CoverageError < StandardErrorRaised when coverage does not meet the configured minimum.
class StatisticsAggregates coverage statistics across files.
class SummaryGenerates a detailed terminal coverage report.
class FullSummary < SummaryGenerates a detailed report without applying a coverage threshold.
class QuietSuppresses coverage report output.
module SusIntegrates coverage tracking with Sus.
class BaseThe base coverage output interface.
class Wrapper < BaseWraps another coverage output.
class Filter < WrapperFilters coverage before forwarding it to another output.