DESCRIPTION

phploc 2.0.6 by Sebastian Bergmann.

Usage:

  • phploc [--names="..."] [--names-exclude="..."] [--count-tests] [--git-repository="..."] [--exclude="..."] [--log-csv="..."] [--log-xml="..."] [--progress] [values1] ... [valuesN]

Arguments:

  • values

OPTIONS

--names

A comma-separated list of file names to check (default: ["*.php"])

--names-exclude

A comma-separated list of file names to exclude

--count-tests

Count PHPUnit test case classes and test methods

--git-repository

Collect metrics over the history of a Git repository

--exclude

Exclude a directory from code analysis (multiple values allowed)

--log-csv

Write result in CSV format to file

--log-xml

Write result in XML format to file

--progress

Show progress bar

--help (-h)

Display this help message.

--quiet (-q)

Do not output any message. --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

--version (-V)

Display this application version.

--ansi

Force ANSI output.

--no-ansi

Disable ANSI output. --no-interaction (-n) Do not ask any interactive question.