/reporter/CoverageReporter.php

Description
Classes
Class Description
CoverageReporter The base class for reporting coverage. This is an abstract as it does not implement the generateReport() function. Every concrete subclass must implement this method to generate a report.
Includes
require_once (__PHPCOVERAGE_HOME."/conf/phpcoverage.conf.php") (line 15)
require_once (__PHPCOVERAGE_HOME."/util/Utility.php") (line 16)
Constants
TOTAL_COVERED_LINES_EXPLAIN = "lines of code that were executed" (line 22)
TOTAL_FILES_EXPLAIN = "count of included source code files" (line 20)
TOTAL_LINES_EXPLAIN = "includes comments and whitespaces" (line 21)
TOTAL_LINES_OF_CODE_EXPLAIN = "lines of executable code" (line 24)
TOTAL_UNCOVERED_LINES_EXPLAIN = "lines of executable code that were not executed" (line 23)
__PHPCOVERAGE_HOME = dirname(dirname(__FILE__)) (line 13)

Documentation generated on Fri, 06 Jul 2007 12:51:35 -0700 by phpDocumentor 1.3.0RC3