Module: Rcov

Defined in:
lib/rcov/version.rb,
lib/rcov.rb,
lib/rcov/report.rb,
lib/rcov/lowlevel.rb,
lib/rcov/rcovtask.rb,
lib/rcov/formatters.rb,
lib/rcov/rexml_extensions.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/full_text_report.rb,
lib/rcov/formatters/text_coverage_diff.rb

Overview

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

See LEGAL and LICENSE for licensing information.

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"0.8.2.1"
RELEASE_DATE =
"2009-03-17"
RCOVRT_ABI =
[2,0,0]
UPSTREAM_URL =
"http://github.com/spicycode/rcov"