Lggr
|
Public Member Functions | |
__construct ($name, self $parent=null) | |
getName () | |
getId () | |
getPath () | |
getPathAsArray () | |
getParent () | |
getTestedClassesPercent ($asString=true) | |
getTestedTraitsPercent ($asString=true) | |
getTestedClassesAndTraitsPercent ($asString=true) | |
getTestedFunctionsPercent ($asString=true) | |
getTestedMethodsPercent ($asString=true) | |
getTestedFunctionsAndMethodsPercent ($asString=true) | |
getLineExecutedPercent ($asString=true) | |
getNumClassesAndTraits () | |
getNumTestedClassesAndTraits () | |
getClassesAndTraits () | |
getNumFunctionsAndMethods () | |
getNumTestedFunctionsAndMethods () | |
getFunctionsAndMethods () | |
getClasses () | |
getTraits () | |
getFunctions () | |
getLinesOfCode () | |
getNumExecutableLines () | |
getNumExecutedLines () | |
getNumClasses () | |
getNumTestedClasses () | |
getNumTraits () | |
getNumTestedTraits () | |
getNumMethods () | |
getNumTestedMethods () | |
getNumFunctions () | |
getNumTestedFunctions () | |
Base class for nodes in the code coverage information tree.
SebastianBergmann\CodeCoverage\Node\AbstractNode::__construct | ( | $name, | |
self | $parent = null |
||
) |
Constructor.
string | $name | |
AbstractNode | $parent |
|
abstract |
Returns the classes of this node.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getClassesAndTraits | ( | ) |
Returns the classes and traits of this node.
|
abstract |
Returns the functions of this node.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getFunctionsAndMethods | ( | ) |
Returns the functions and methods of this node.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getId | ( | ) |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getLineExecutedPercent | ( | $asString = true | ) |
Returns the percentage of executed lines.
bool | $asString |
|
abstract |
Returns the LOC/CLOC/NCLOC of this node.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getName | ( | ) |
|
abstract |
Returns the number of classes.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getNumClassesAndTraits | ( | ) |
Returns the number of classes and traits.
|
abstract |
Returns the number of executable lines.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
|
abstract |
Returns the number of executed lines.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
|
abstract |
Returns the number of functions.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getNumFunctionsAndMethods | ( | ) |
Returns the number of functions and methods.
|
abstract |
Returns the number of methods.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
|
abstract |
Returns the number of tested classes.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getNumTestedClassesAndTraits | ( | ) |
Returns the number of tested classes and traits.
|
abstract |
Returns the number of tested functions.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getNumTestedFunctionsAndMethods | ( | ) |
Returns the number of tested functions and methods.
|
abstract |
Returns the number of tested methods.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
|
abstract |
Returns the number of tested traits.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
|
abstract |
Returns the number of traits.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.
SebastianBergmann\CodeCoverage\Node\AbstractNode::getParent | ( | ) |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getPath | ( | ) |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getPathAsArray | ( | ) |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getTestedClassesAndTraitsPercent | ( | $asString = true | ) |
Returns the percentage of classes and traits that has been tested.
bool | $asString |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getTestedClassesPercent | ( | $asString = true | ) |
Returns the percentage of classes that has been tested.
bool | $asString |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getTestedFunctionsAndMethodsPercent | ( | $asString = true | ) |
Returns the percentage of functions and methods that has been tested.
bool | $asString |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getTestedFunctionsPercent | ( | $asString = true | ) |
Returns the percentage of functions that has been tested.
bool | $asString |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getTestedMethodsPercent | ( | $asString = true | ) |
Returns the percentage of methods that has been tested.
bool | $asString |
SebastianBergmann\CodeCoverage\Node\AbstractNode::getTestedTraitsPercent | ( | $asString = true | ) |
Returns the percentage of traits that has been tested.
bool | $asString |
|
abstract |
Returns the traits of this node.
Reimplemented in SebastianBergmann\CodeCoverage\Node\Directory, and SebastianBergmann\CodeCoverage\Node\File.