Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt die Fähigkeit, mehrere Remote-Aufnahmen in einem einzigen Bericht Abdeckung kombinieren. Diese Funktion macht es einfacher für alle auf ein Vielfaches Reihe von Tests auf einer PHP-Website ausführen und die Aufnahmen zu einem einzigen Bericht. Der Remote-Code-Coverage-Probe wurde mit einer Stichprobe verwendet Fall aktuell sind. Eine abgespeckte Version des XML_Parser PEAR-Modul mit der Quelle entlang enthalten. xdebug Binaries mit dem PHPCoverage längs enthalten. PHPCoverage Installation ist nun viel einfacher. Einige Bugs wurden behoben, vor allem im Bereich der Erstellung von Berichten.
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

Dies ist vor allem ein Bugfix-und Erweiterungs-Version. Die wichtigste Neuerung ist die deutliche Leistungssteigerung im Code. Während einige weitere Verbesserungen möglich sind, sollten diese Veröffentlichung den Speicherverbrauch zu reduzieren und erhöhen die Geschwindigkeit der PHPCoverage von einer signifikanten Menge.
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

Diese Version ist Windows zu unterstützen. Die Beschränkung auf Dateien, die Urkunde wurde entfernt. Jetzt können alle Dateien in einer Anwendung (und sollten) geregelt werden. Einfache lokale und Remote-Proben für Bestätigungs-Setup nach der Installation hinzugefügt wurden.
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