Skip to content

Files

Latest commit

 

History

History
20 lines (13 loc) · 509 Bytes

Metrics-AbcSize.md

File metadata and controls

20 lines (13 loc) · 509 Bytes

Pattern: ABC size is too high

Issue: -

Description

This rule checks that the Assignment Branch Condition (ABC) size of methods is not higher than the configured maximum. The ABC size is based on assignments, branches (method calls), and conditions.

Default configuration

Attribute Value
Max 15

Further Reading