Analizo::Command::metrics(3pm) | User Contributed Perl Documentation | Analizo::Command::metrics(3pm) |
analizo-metrics - analizo's metric reporting tool
analizo metrics [OPTIONS] [<input>]
analizo metrics analyzes source code in input and produces a metrics report. If input is omitted, the current directory (.) is assumed.
The produced report is written to the standard output, or to a file using the --output option, using the YAML format (see http://www.yaml.org/)
analizo metrics is part of the analizo suite.
When using the Doxyparse extractor (default), all files matching the languages supported by doxyparse are processed, unless --language is used.
The output is a stream of YAML documents. The first one presents metrics for the project as a whole. The subsequent ones present per-module metrics, and thus there will be as many of them as there are modules in your project.
See analizo(1).
2022-10-15 | perl v5.36.0 |