Download List

Projeto Descrição

Spike PHPCoverage is a tool for measuring and reporting
code coverage provided by the test suite of a PHP
application. It can instrument and record the line coverage
information for any PHP script at runtime. It also provides
an extensible reporting mechanism with a standard HTML
report implemented out of the box. The default report
displays the summary information about the code coverage
for an application and also shows the detailed information
about a file including which lines were actually executed and
with what frequency. It is possible to specify the directories
and files that should be included and/or excluded from a
coverage measurement.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-07 02:52 Back to release list
0.8

Esta versão adiciona a capacidade de combinar várias gravações remoto em um único relatório de cobertura. Esse recurso tornará mais fácil para qualquer pessoa para executar um conjunto múltiplo de testes em um site PHP e combinar as gravações em um único relatório. A amostra da cobertura remota de código foi atualizado com um caso de uso de amostra. Uma versão reduzida do módulo PEAR xml_parser está incluído junto com a fonte. Xdebug binários são incluídos junto com a distribuição PHPCoverage. Instalação PHPCoverage agora é muito mais simples. Vários erros foram corrigidos, especialmente na área de geração de relatórios.
Tags: Major feature enhancements
This release adds the ability to combine several remote recordings into a single coverage report. This feature will make it easier for anyone to run a multiple set of tests on a PHP Web site and combine the recordings into a single report. The remote code coverage sample has been updated with a sample use case. A stripped down version of the XML_Parser PEAR module is included along with the source. xdebug binaries are included along with the PHPCoverage distribution. PHPCoverage installation is now much simpler. Several bugs have been fixed, especially in the report generation area.

Project Resources