Class XdebugTraceReader

Description

Reader that parses Xdebug Trace data.

Located in /remote/XdebugTraceReader.php (line 19)


	
			
Variable Summary
mixed $coverage
mixed $handle
Method Summary
XdebugTraceReader __construct ($traceFilePath $traceFilePath)
Array getCoverageData ()
Boolean openTraceFile ()
Boolean parseTraceFile ()
Boolean processTraceLine ($line $line)
Variables
mixed $coverage = array() (line 24)
  • access: protected
mixed $handle (line 23)
  • access: protected
mixed $traceFilePath (line 22)
  • access: protected
Methods
Constructor __construct (line 35)

Constructor

  • access: public
XdebugTraceReader __construct ($traceFilePath $traceFilePath)
  • $traceFilePath $traceFilePath: Path of the Xdebug trace file
getCoverageData (line 119)

Returns the coverage array

  • return: Array of coverage data from parsing.
  • access: public
Array getCoverageData ()
openTraceFile (line 48)

Opens the trace file

  • return: True on success, false on failure.
  • access: protected
Boolean openTraceFile ()
parseTraceFile (line 62)

Parses the trace file

  • return: True on success, false on failure.
  • access: public
Boolean parseTraceFile ()
processTraceLine (line 86)

Process a give trace line

  • return: True on success, false on failure
  • access: protected
Boolean processTraceLine ($line $line)
  • $line $line: Line from a trace file

Documentation generated on Mon, 20 Jun 2005 13:11:06 -0700 by phpDocumentor 1.3.0RC3