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
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.

2005-09-08 06:30
0.6.5

Isto é principalmente uma liberação de bugfix e acessório. A característica mais importante novidade é a melhoria de desempenho substancial no código. Apesar de algumas melhorias são possíveis, este lançamento deverá reduzir o consumo de memória e aumentar a velocidade de PHPCoverage por um montante significativo.
Tags: Major bugfixes
This is mainly a bugfix and enhancement release.
The most important new feature is the substantial
performance improvement in the code. While some
more improvements are possible, this release
should reduce the memory consumption and increase
the speed of PHPCoverage by a significant amount.

2005-06-21 07:14
0.6.4

Tags: Major bugfixes

2005-05-16 19:47
0.6.2

Esta versão tem suporte ao Windows. A restrição sobre os arquivos que o instrumento foi removido. Agora, todos os arquivos em uma aplicação pode (e deve) ser instrumentado. Amostras simples local e remoto para verificação de configuração após a instalação ter sido adicionado.
Tags: Major feature enhancements
This release has Windows support. The restriction on which files to instrument has been removed. Now, all files in an application can (and should) be instrumented. Simple local and remote samples for setup verification after installation have been added.

2005-05-10 11:36
0.6

Tags: Initial freshmeat announcement

Project Resources