[SpikePHPCoverage_Parser] element index
Package indexes
SpikePHPCoverage_Reporter
SpikePHPCoverage
SpikePHPCoverage_Remote
SpikePHPCoverage_Util
All elements
a
b
c
d
e
f
g
h
i
l
o
p
s
t
u
x
_
_
top
__construct
Parser::__construct()
in Parser.php
Constructor
__construct
XdebugTraceReader::__construct()
in XdebugTraceReader.php
Constructor
__PHPCOVERAGE_HOME
__PHPCOVERAGE_HOME
in PHPParser.php
a
top
ATTRIBUTES
ATTRIBUTES
in BasicXmlParser.php
b
top
BasicXmlParser
BasicXmlParser::BasicXmlParser()
in BasicXmlParser.php
Constructor
BasicXmlParser
BasicXmlParser
in BasicXmlParser.php
An XML parser that extends the functionality of PEAR XML_Parser module.
BasicXmlParser.php
BasicXmlParser.php
in BasicXmlParser.php
c
top
$contTypes
PHPParser::$contTypes
in PHPParser.php
$coverage
XdebugTraceReader::$coverage
in XdebugTraceReader.php
$coveredLines
Parser::$coveredLines
in Parser.php
cdataHandler
BasicXmlParser::cdataHandler()
in BasicXmlParser.php
Function to handle character data
CoverageXmlParser
CoverageXmlParser
in CoverageXmlParser.php
Special parser for SpikePHPCoverage data parsing
CoverageXmlParser.php
CoverageXmlParser.php
in CoverageXmlParser.php
d
top
$data
CoverageXmlParser::$data
in CoverageXmlParser.php
$docroot
BasicXmlParser::$docroot
in BasicXmlParser.php
e
top
endHandler
BasicXmlParser::endHandler()
in BasicXmlParser.php
Function to handle end of an element
f
top
$filename
Parser::$filename
in Parser.php
$fileRef
Parser::$fileRef
in Parser.php
g
top
getCData
BasicXmlParser::getCData()
in BasicXmlParser.php
Returns the CData collected so far.
getCoverageData
XdebugTraceReader::getCoverageData()
in XdebugTraceReader.php
Returns the coverage array
getCoverageData
CoverageXmlParser::getCoverageData()
in CoverageXmlParser.php
getCoveredLines
Parser::getCoveredLines()
in Parser.php
Returns the number of covered PHP lines
getDocumentArray
BasicXmlParser::getDocumentArray()
in BasicXmlParser.php
Return the document array gathered during parsing.
getLastOpenTag
BasicXmlParser::getLastOpenTag()
in BasicXmlParser.php
Returns the name of parent tag of give tag
getLastTokenType
PHPParser::getLastTokenType()
in PHPParser.php
Return the type of last non-empty token in a line
getLine
Parser::getLine()
in Parser.php
Returns the next line from file.
getLineType
PHPParser::getLineType()
in PHPParser.php
Returns the type of line just read
getLineType
Parser::getLineType()
in Parser.php
Returns the type of last line read.
getLineTypeStr
Parser::getLineTypeStr()
in Parser.php
Returns the string representation of LINE_TYPE
getTokenType
PHPParser::getTokenType()
in PHPParser.php
Get the token type of a token (if exists) or the token itself.
getTotalLines
Parser::getTotalLines()
in Parser.php
Returns the total lines (PHP, non-PHP) from a file
getUncoveredLines
Parser::getUncoveredLines()
in Parser.php
Returns the number of uncovered PHP lines
h
top
$handle
XdebugTraceReader::$handle
in XdebugTraceReader.php
handleAttrTag
BasicXmlParser::handleAttrTag()
in BasicXmlParser.php
Function that handles an element with attributes.
i
top
isContinuation
PHPParser::isContinuation()
in PHPParser.php
Check if a line is a continuation of the previous line
l
top
$lastFilePath
CoverageXmlParser::$lastFilePath
in CoverageXmlParser.php
$line
Parser::$line
in Parser.php
LINE_TYPE_CONT
LINE_TYPE_CONT
in Parser.php
LINE_TYPE_EXEC
LINE_TYPE_EXEC
in Parser.php
LINE_TYPE_NOEXEC
LINE_TYPE_NOEXEC
in Parser.php
LINE_TYPE_UNKNOWN
LINE_TYPE_UNKNOWN
in Parser.php
o
top
$openTags
BasicXmlParser::$openTags
in BasicXmlParser.php
openFileReadOnly
Parser::openFileReadOnly()
in Parser.php
Opens the file to be parsed in Read-only mode
openTraceFile
XdebugTraceReader::openTraceFile()
in XdebugTraceReader.php
Opens the trace file
p
top
parse
Parser::parse()
in Parser.php
Parse a given file
Parser
Parser
in Parser.php
Parser.php
Parser.php
in Parser.php
PHPParser.php
PHPParser.php
in PHPParser.php
parseTraceFile
XdebugTraceReader::parseTraceFile()
in XdebugTraceReader.php
Parses the trace file
PHPParser
PHPParser
in PHPParser.php
Parser for PHP files
processLine
PHPParser::processLine()
in PHPParser.php
Process a line read from the file and determine if it is an executable line or not.
processLine
Parser::processLine()
in Parser.php
Process the line and classify it into either covered and uncovered.
processTraceLine
XdebugTraceReader::processTraceLine()
in XdebugTraceReader.php
Process a give trace line
s
top
startHandler
CoverageXmlParser::startHandler()
in CoverageXmlParser.php
startHandler
BasicXmlParser::startHandler()
in BasicXmlParser.php
Function to handle start of an element
t
top
$totalLines
Parser::$totalLines
in Parser.php
$traceFilePath
XdebugTraceReader::$traceFilePath
in XdebugTraceReader.php
u
top
$uncoveredLines
Parser::$uncoveredLines
in Parser.php
x
top
XdebugTraceReader.php
XdebugTraceReader.php
in XdebugTraceReader.php
XdebugTraceReader
XdebugTraceReader
in XdebugTraceReader.php
Reader that parses Xdebug Trace data.
a
b
c
d
e
f
g
h
i
l
o
p
s
t
u
x
_