Filter Backlog
Ask the project owner to upgrade the subscription to enable filtering for all project members. Backlog filtering is available in the Standard Plan.
Assignees
Add users to filter by assignee.
Labels
Add labels to filter by label.
Text
Filter Board
Ask the project owner to upgrade the subscription to enable filtering for all project members. Board filtering is available in the Standard Plan.
Assignees
Add users to filter by assignee.
Labels
Add labels to filter by label.
Text
Flying Donut text logo
    • Cyclomatic complexity calculator
    • Sprints
    • Backlog
    • Anonymous
    • Login
    • Help
    • Collapse

    Cyclomatic complexity calculator · Backlog

    Calculation

    View only
    Buckets
    2
    cards total
    6

    Backlog Buckets

      3Calculation
      3Code to Flow graph conversion
    #1
    Find the connected components of the graph
    #2
    Find the number of edges and number of nodes in a graph
    #3
    Calculate the cyclomatic complexity using CC = E - N + 2P, where E = #edges, N = #nodes, P = #connected components