Represents a clover.xml file.
More...
|
const | PERCENTAGE = 1 |
| Count percentage covered.
|
|
const | LINES = 2 |
| Return (un)covered lines.
|
|
const | METHODS = 3 |
| Count coverage status of classes and functions.
|
|
Represents a clover.xml file.
◆ __construct()
Wikimedia\CloverDiff\CloverXml::__construct |
( |
string | $fname | ) |
|
◆ getFiles()
Wikimedia\CloverDiff\CloverXml::getFiles |
( |
int | $mode = self::PERCENTAGE | ) |
|
◆ setRounding()
Wikimedia\CloverDiff\CloverXml::setRounding |
( |
bool | $rounding | ) |
|
Enable/disable rounding abilities.
- Parameters
-
The documentation for this class was generated from the following file: