-
$grandTotalCoveredLines
-
-
$grandTotalFiles
-
-
$grandTotalLines
-
-
$grandTotalUncoveredLines
-
-
generateReport
-
Generate report from the xml coverage data The preferred method for usage of this function is passing a stream of the XML data in. This is much more efficient and consumes less memory.
-
generateReport
-
Implementaion of generateReport abstract function.
-
generateReport
-
This function generates report using one of the concrete subclasses.
-
generateReport
-
Generate the code coverage report
-
getBacktrace
-
Get the call backtrace from where the error was generated.
-
getCallback
-
Get the callback function/method from an error object.
-
getCData
-
Returns the CData collected so far.
-
getCode
-
Get error code from an error object
-
getCoverageData
-
Returns the coverage array
-
getCoverageData
-
Returns coverage data array from the XML
-
getCoverageFileName
-
-
getCoverageXml
-
Dumps the coverage data in XML format
-
getCoveredLines
-
Returns the number of covered PHP lines
-
getCurrentDepth
-
get the current tag depth
-
getDebugInfo
-
Get additional debug information supplied by the application.
-
getDocumentArray
-
Return the document array gathered during parsing.
-
getErrors
-
Returns the errors array containing all error encountered so far.
-
getExcludePaths
-
-
getFileCoverageInfo
-
Return the array containing file coverage information.
-
getFilesAndDirs
-
Get the list of files that match the extensions in $this->phpExtensions
-
getGrandCodeCoveragePercentage
-
Returns Overall Code Coverage percentage
-
getHeading
-
-
getIncludePaths
-
-
getLastOpenTag
-
Returns the name of parent tag of give tag
-
getLastTokenType
-
Return the type of last non-empty token in a line
-
getLevelName
-
-
getLine
-
Returns the next line from file.
-
getLineType
-
Returns the type of last line read.
-
getLineType
-
Returns the type of line just read
-
getLineTypeStr
-
Returns the string representation of LINE_TYPE
-
getLogger
-
-
getMessage
-
Get the error message from an error object.
-
getMode
-
Get the error mode from an error object.
-
getOS
-
Returns the current OS code WIN - Windows, LIN -Linux, etc.
-
getOutputDir
-
-
getPhpExtensions
-
-
getRelativeOutputDirPath
-
Get the relative path of report directory with respect to the given filepath
-
getReporter
-
-
getStaticProperty
-
If you have a class that's mostly/entirely static, and you need static
-
getStyle
-
-
getTimeStamp
-
Return the current timestamp in human readable format.
-
getTmpDir
-
-
getTmpDir
-
-
getTokenType
-
Get the token type of a token (if exists) or the token itself.
-
getTotalLines
-
Returns the total lines (PHP, non-PHP) from a file
-
getTraceFilePath
-
-
getType
-
Get the name of this error/exception.
-
getUncoveredLines
-
Returns the number of uncovered PHP lines
-
getUserInfo
-
Get additional user-supplied information.
-
getVersion
-
-
get_all_php_files
-
Retrive a list of all PHP files in the given directory
-
$parser
-
XML parser handle
-
$phpCoverageFiles
-
-
$phpExtensions
-
What extensions are treated as php files.
-
phpcoverage.conf.php
-
-
parse
-
Parse a given file
-
parse
-
Central parsing function.
-
parseCoverageXml
-
Parse coverage XML to regenerate the Coverage data array.
-
Parser
-
-
Parser.php
-
-
PHPParser.php
-
-
parseString
-
XML_Parser::parseString()
-
parseTraceFile
-
Parses the trace file
-
PATH_SEPARATOR
-
-
PEAR
-
Base class for other PEAR classes. Provides rudimentary emulation of destructors.
-
PEAR
-
Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
-
PEAR_Error
-
-
PEAR_Error
-
PEAR_Error constructor
-
PEAR_ERROR_CALLBACK
-
-
PEAR_ERROR_DIE
-
-
PEAR_ERROR_EXCEPTION
-
WARNING: obsolete
-
PEAR_ERROR_PRINT
-
-
PEAR_ERROR_RETURN
-
-
PEAR_ERROR_TRIGGER
-
-
PEAR_OS
-
-
PEAR.php
-
-
PEAR_ZE2
-
-
PHPCOVERAGE_HOME
-
-
phpcoverage.inc.php
-
-
phpcoverage.remote.bottom.inc.php
-
-
phpcoverage.remote.top.inc.php
-
-
PHPParser
-
Parser for PHP files
-
popErrorHandling
-
Pop the last error handler used
-
popExpect
-
This method pops one element off the expected error codes stack.
-
prepareCoverageXml
-
Convert the Coverage data into an XML.
-
preserveSpacing
-
Changes all tabs and spaces with HTML non-breakable spaces.
-
printTextSummary
-
Print the coverage summary to filename (if specified) or stderr
-
processLine
-
Process the line and classify it into either covered and uncovered.
-
processLine
-
Process a line read from the file and determine if it is an executable line or not.
-
processSourcePaths
-
Processes and validates the source directories
-
processTraceLine
-
Process a give trace line
-
pushErrorHandling
-
Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
-
Parser.php
-