For a high level overview of what CodeMetrics is, please read README.md
- Fixed a typo in the name of executable. It spells
codemetricsnow. Command line usage:pub global run codemetricsordart-codemetricsif Pub's bin folder is added to PATH - Update dependencies to be compatible with 2.0.0-dev.67.0
Please keep in mind, this is the first preview release of the software, things might break or might not function as intended
- support for calculating cyclomatic complexity of individual files or entire packages
- support for configuration options for what is included in the complexity calculations
- predefined configurations with similar settings to already known tools such as CodePro
- export detailed and aggregated statistics to JSON
- provides per-method/per-function detailed analysis
- provides an aggregated statistics for all the methods/functions