Model review and simulation > Reviewer > Provided PTC reviews > Style reviews > Complex operation (Reviewer Review)
Complex operation (Reviewer Review)
By reading the number of outcomes, iterations and selections on sequence diagrams for each operation, the cyclomatic complexity of the operation is calculated.
Operations that have a high level of cyclomatic complexity are highlighted.
Consequences
Operations with high levels of cyclomatic complexity will be harder to develop, maintain and test.
Strategy
Identify if the operation should be split into more manageable operations.
If the operation is inherently complex ignore the item.