NAME
halstead
VERSION
version 0.0604
SYNOPSIS
halstead [--options] /some/perl/file.pl [/another/Perl.pm ...]
NAME
halstead - Analyze Perl code for Halstead complexity
OPTIONS
metric
--metric difficulty
The Halstead sorted metric to use for non-report output.
However, if set to the empty string (''
) --report
output is assumed.
Possible metrics:
effort
difficulty
volume
level
lang_level
intel_content
time_to_program
delivered_bugs
report
--report
Output a Halstead report for each given file.
AUTHOR
Gene Boggs <gene@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Gene Boggs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.