50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

understandBPMN (version 1.1.1)

coupling_metric: Coupling metric

Description

Coupling metric is defined as the sum of the number of activities, AND-splits and a weighterd number of OR and XOR splits

Usage

coupling_metric(file_path, signavio = FALSE)

Arguments

file_path

document object created using the create_internal_document function

signavio

boolean which indicates whether the file stems from signavio

Value

an integer indicating the control flow complexity

Examples

Run this code
# NOT RUN {
coupling_metric(file_path)
# }

Run the code above in your browser using DataLab