Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 911 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 911 Bytes

PHPLOC-xmlToHtmlReport

Notice

If errors in phploc Report Types "cli | txt | csv" occur or, if necessary, an HTML report is desired, this extension can be used. PHPLOC-xmlToHtmlReport converts xml phploc reports into HTML reports.

Features

  • Create HTML offline report for phploc by using xml phploc report

Installation

The preferred way to install this extension is through composer.

composer require --prefer-dist linslin/phploc-xmltohtmlreport "*"

Run via binary

vendor/bin/phpLocXmlToHtml --importFilePath ./test/phploc.xml --outputPath ./test

Screenshots

ScreenShot

Tested with

  • TeamCity CI 8.XX, Phing 2.6.1 & PHPUnit 1.3.2, Atlassian Bamboo 5

License

PHPLOC-xmlToHtmlReport is released under GNU (GPL-3.0) license.