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/rexml_extensions.rb

Overview

rcov Copyright © 2004-2006 Mauricio Fernandez <mfp@acm.org>

See LEGAL and LICENSE for licensing information.

Defined Under Namespace

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

Constant Summary collapse

VERSION =
"0.8.2.4"
RELEASE_DATE =
"2009-08-09"
RCOVRT_ABI =
[2,0,0]
UPSTREAM_URL =
"http://github.com/jruby/rcov"