Download List

Descripción del Proyecto

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 versión incluye la capacidad de combinar varias grabaciones a distancia en un informe de la cobertura individual. Esta característica hará que sea más fácil para cualquier persona para ejecutar un conjunto múltiple de pruebas en un sitio Web de PHP y combinar las grabaciones en un único informe. El mando a distancia de la muestra la cobertura de código se ha actualizado con un caso de uso de la muestra. Una versión reducida del módulo PEAR xml_parser se incluye junto con la fuente. binarios Xdebug se incluyen junto con la distribución PHPCoverage. Instalación PHPCoverage es ahora mucho más sencillo. Varios errores se han corregido, sobre todo en el área de generación de informes.
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

Esto es principalmente una corrección de errores y la liberación de mejora. La novedad más importante es la mejora sustancial del rendimiento en el código. Si bien algunas mejoras son posibles, este comunicado debe reducir el consumo de memoria y aumentar la velocidad de PHPCoverage por una cantidad significativa.
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

Este lanzamiento cuenta con el apoyo de Windows. La restricción en los archivos de instrumento ha sido eliminado. Ahora, todos los archivos en una aplicación puede (y debe) ser instrumentado. Simple muestras locales y remotos para la verificación de la configuración después de la instalación han sido añadidas.
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