This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
puma /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Mar 01 03:43:06 -0800 2009 | |
| |
LICENSE | Fri Feb 13 03:23:57 -0800 2009 | |
| |
README | Sun Feb 22 16:01:19 -0800 2009 | |
| |
TODO | Fri Feb 27 14:23:29 -0800 2009 | |
| |
library/ | Wed Mar 11 16:25:17 -0700 2009 | |
| |
nbproject/ | Fri Feb 27 13:49:33 -0800 2009 | |
| |
scripts/ | Sat Feb 28 11:20:31 -0800 2009 | |
| |
tests/ | Wed Mar 11 16:25:17 -0700 2009 |
README
PUMA - PHP Unittests and Metrics Aggregator ============================================ A tool that helps aggregating PHPUnit, PDepend and CodeSniffer Metrics information into a consistent view on your projects. Required tools (via PEAR): http://www.phpunit.de http://www.pdepend.org PEAR Code Sniffer Rudimentary Installation Hints: * Download sourcecode and unzip it somewhere. Usage: * Call scripts/puma bash script to retrieve all required data into an input directory Example: ./scripts/puma /var/www/zf/trunk/library/Zend/Soap/ /var/www/zf/trunk/tests/ Zend_Soap_AllTests /tmp/input * Call scripts/PumaImport.php to process the input data and generate output from it. Example: php scripts/PumaImport.php --test-data-input=/tmp/input/ --report-output-dir=/var/www/report/ --library-path=/var/www/zf/trunk/library/Zend/Soap/ --tests-path=/var/www/zf/trunk/library/Zend/ --testsuite-name=Zend_Soap_AllTests * Open up the index.html at the output location







