whatsapp / WADebug
Conditional Complexity

The distribution of complexity of units (measured with McCabe index).

Intro
  • Conditional complexity (also called cyclomatic complexity) is a term used to measure the complexity of software. The term refers to the number of possible paths through a program function. A higher value ofter means higher maintenance and testing costs (infosecinstitute.com).
  • Conditional complexity is calculated by counting all conditions in the program that can affect the execution path (e.g. if statement, loops, switches, and/or operators, try and catch blocks...).
  • Conditional complexity is measured at the unit level (methods, functions...).
  • Units are classified in four categories based on the measured McCabe index: 1-5 (simple units), 6-10 (medium complex units), 11-25 (complex units), 26+ (very complex units).
Learn more...
Conditional Complexity Overall
  • There are 158 units with 1,535 lines of code in units (71.8% of code).
    • 0 very complex units (0 lines of code)
    • 0 complex units (0 lines of code)
    • 2 medium complex units (150 lines of code)
    • 9 simple units (237 lines of code)
    • 147 very simple units (1,148 lines of code)
0% | 0% | 9% | 15% | 74%
Legend:
51+
26-50
11-25
6-10
1-5
Alternative Visuals
Conditional Complexity per Extension
51+
26-50
11-25
6-10
1-5
py0% | 0% | 9% | 15% | 74%
Conditional Complexity per Logical Component
primary logical decomposition
51+
26-50
11-25
6-10
1-5
wadebug/wa_actions/implementations0% | 0% | 37% | 4% | 57%
wadebug0% | 0% | 0% | 22% | 77%
wadebug/wa_actions0% | 0% | 0% | 17% | 82%
wadebug/wa_actions/models0% | 0% | 0% | 0% | 100%
wadebug/wa_actions/common0% | 0% | 0% | 0% | 100%
Most Complex Units
Top 50 most complex units
Unit# linesMcCabe index# params
105 21 4
45 12 4
29 10 2
25 9 0
20 7 1
49 7 3
19 6 3
37 6 3
17 6 3
22 6 3
19 6 4
15 5 1
21 5 2
30 5 4
20 5 4
8 5 5
10 5 4
5 4 1
16 4 1
9 4 2
16 4 1
13 4 0
14 4 2
14 4 2
24 4 4
24 4 4
12 4 2
11 3 1
13 3 1
12 3 0
3 3 2
30 3 2
13 3 3
9 3 1
4 3 2
8 3 2
9 3 0
33 3 0
8 3 1
2 3 0
2 3 0
2 3 0
2 3 0
2 3 0
8 3 1
8 3 2
5 3 1
15 3 0
6 3 2
28 3 1