phpunit -couverture-rapport html chemin

J'ai essayé d'exécuter phpunit avec xdebug pour la couverture de code comme ci-dessous,

C:\wamp\bin\php\php5.3.22>phpunit -coverage-html /tmp C:\<unittest file pat>\TestRetainer.php

et c'est en donnant de sortie comme suit,

PHPUnit 3.7.32 by Sebastian Bergmann.

....

Time: 36 ms, Memory: 5.75Mb

OK (4 tests, 12 assertions)

C:\wamp\bin\php\php5.3.22>

Mais je suis incapable de trouver la version html du fichier de rapport.

J'avais vécu cette url http://phpunit.de/manual/current/en/phpunit-book.html#code-coverage-analysis. Mais je ne trouve aucune chance.

Merci de m'aider sur ce point.

OriginalL'auteur Raja | 2014-04-01