Changes for version 1.190680 - 2019-03-09

  • updated dist.ini to 2018
  • stabilize order of targets output by the reporter against hash randomness

Documentation

gather code statistics on the command line

Modules

collects and reports statistics on perl code
handles global command configuration and cstat instantiation
base class for commands
the shell command handler for stat collection
the shell command handler for stat reporting
collects statistics and dumps them to json
merges configuration options from various sources
loads a file, searches for targets in it and measures their metrics
base class for Code::Statistic metrics
measures the cyclomatic complexity of a target
measures the starting column of a target
measures the starting column of a target
measures the line number of a target
measures the line count of a target
measures the starting column of a target
measures the scope depth of a target
measures the byte size of a target
provides coercion types for Code::Statistics
creates reports statistics and outputs them
base class for Code::Statistic targets
represents a block in perl code
represents the root PPI document of a perl file
represents a sub in perl code
represents nothing