» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with measure + spike-phpcoverage

Spike PHPCoverage

Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by a test suite of a PHP application. Spike PHPCoverage can instrument and record line coverage information for any PHP script at runtime.

Reporting

PHPCoverage has an extensible reporting mechanism that creates HTML reports. By default, the report displays summary information about code coverage for an application and shows the information about a php file including which lines were actually executed and with what frequency.

Optionally, you can specify the directories and files that should be included and/or excluded from a coverage measurement.