CloverDiff
A tool to create a diff of two clover.xml files
|
Represents changes to coverage. More...
Public Member Functions | |
__construct (array $oldFiles, array $newFiles) | |
getMissingFromOld () | |
Get files that are missing from the old XML file. | |
getMissingFromNew () | |
Get files that are missing from the new XML file. | |
getChanged () | |
Get files that are in both, but have different values. | |
Represents changes to coverage.
Wikimedia\CloverDiff\Diff::__construct | ( | array | $oldFiles, |
array | $newFiles ) |
array | $oldFiles | Parsed clover.xml |
array | $newFiles | Parsed clover.xml |
Wikimedia\CloverDiff\Diff::getChanged | ( | ) |
Get files that are in both, but have different values.
Wikimedia\CloverDiff\Diff::getMissingFromNew | ( | ) |
Get files that are missing from the new XML file.
Wikimedia\CloverDiff\Diff::getMissingFromOld | ( | ) |
Get files that are missing from the old XML file.