Skip to content

Split all metrics in average and sum #409

@marco-c

Description

@marco-c

We are calculating the average and sum for a few metrics (e.g. cognitive complexity, nargs, nexits, etc.), but we are only calculating the sum for others (e.g. the *loc metrics).

  • Cyclomatic (average over spaces)
  • Nom (average over spaces)
  • Loc (average over spaces)
  • Cognitive (average over Nom)
  • Nexit (avergage over Nom)
  • Nargs (average over Nom)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions