Module: Rcov

Defined in:
lib/rcov/version.rb,
lib/rcov.rb,
lib/rcov/lowlevel.rb,
lib/rcov/rcovtask.rb,
lib/rcov/formatters.rb,
lib/rcov/file_statistics.rb,
lib/rcov/call_site_analyzer.rb,
lib/rcov/differential_analyzer.rb,
lib/rcov/code_coverage_analyzer.rb,
lib/rcov/formatters/text_report.rb,
lib/rcov/formatters/text_summary.rb,
lib/rcov/formatters/html_coverage.rb,
lib/rcov/formatters/base_formatter.rb,
lib/rcov/formatters/failure_report.rb,
lib/rcov/formatters/full_text_report.rb,
lib/rcov/formatters/html_erb_template.rb,
lib/rcov/formatters/text_coverage_diff.rb,
ext/rcovrt/1.8/rcovrt.c,
ext/rcovrt/1.9/rcovrt.c,
ext/rcovrt/1.8/callsite.c,
ext/rcovrt/1.9/callsite.c

Overview

rcov Copyright © 2004-2006 Mauricio Fernandez <[email protected]>

See LICENSE for licensing information.

Defined Under Namespace

Modules: Formatters, RCOV__ Classes: BaseFormatter, CallSiteAnalyzer, CodeCoverageAnalyzer, DifferentialAnalyzer, FailureReport, FileStatistics, FullTextReport, HTMLCoverage, HTMLProfiling, RcovTask, RubyAnnotation, TextCoverageDiff, TextReport, TextSummary

Constant Summary collapse

VERSION =
"0.9.2.1"
RELEASE_DATE =
"2009-09-18"
RCOVRT_ABI =
[2,0,0]
UPSTREAM_URL =
"http://github.com/relevance/rcov"