PHP_Depend(1) PHP_Depend command line interface

SYNOPSIS

pdepend [,options/] [,logger/] ,<dir/[,,dir/[,,/...]],>/

DESCRIPTION

PHP_Depend 1.1.4 by Manuel Pichler
--jdepend-chart=<file>
Generates a diagram of the analyzed packages.
--jdepend-xml=<file>
Generates the package dependency log.
--overview-pyramid=<file> Generates a chart with an Overview Pyramid for the
analyzed project.
--summary-xml=<file>
Generates a xml log with all metrics.
--coderank-mode=<*[,...]> Used CodeRank strategies. Comma separated list of
'inheritance'(default), 'property' and 'method'.
--coverage-report=<file>
Clover style CodeCoverage report, as produced by PHPUnit's --coverage-clover option.
--configuration=<file>
Optional PHP_Depend configuration file.
--suffix=<ext[,...]>
List of valid PHP file extensions.
--ignore=<dir[,...]>
List of exclude directories.
--exclude=<pkg[,...]>
List of exclude packages.
--without-annotations
Do not parse doc comment annotations.
--debug
Prints debugging information.
--help
Print this help text.
--version
Print the current version.
-d key[=value]
Sets a php.ini value.