digraph conditionalEffects_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter file conditionalEffects.kt" style="filled" fillcolor=red]; 1 [label="Exit file conditionalEffects.kt" style="filled" fillcolor=red]; } 0 -> {1} [color=green]; subgraph cluster_1 { color=red 2 [label="Enter function test_1" style="filled" fillcolor=red]; subgraph cluster_2 { color=blue 3 [label="Enter block"]; subgraph cluster_3 { color=blue 4 [label="Function call arguments enter"]; 5 [label="Access variable R|/x|"]; 6 [label="Type operator: (R|/x| is R|kotlin/Int|)"]; 7 [label="Function call arguments exit"]; } 8 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow]; subgraph cluster_4 { color=blue 9 [label="Function call arguments enter"]; 10 [label="Access variable R|/x|"]; 11 [label="Smart cast: R|/x|"]; 12 [label="Function call arguments exit"]; } 13 [label="Function call: R|/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; 14 [label="Exit block"]; } 15 [label="Exit function test_1" style="filled" fillcolor=red]; } 2 -> {3}; 3 -> {4}; 4 -> {5}; 5 -> {6}; 6 -> {7}; 7 -> {8}; 8 -> {9}; 9 -> {10}; 10 -> {11}; 11 -> {12}; 12 -> {13}; 13 -> {14}; 14 -> {15}; subgraph cluster_5 { color=red 16 [label="Enter function test_2" style="filled" fillcolor=red]; subgraph cluster_6 { color=blue 17 [label="Enter block"]; subgraph cluster_7 { color=blue 18 [label="Function call arguments enter"]; 19 [label="Access variable R|/x|"]; 20 [label="Function call arguments exit"]; } 21 [label="Function call: R|kotlin/requireNotNull|(...)" style="filled" fillcolor=yellow]; 22 [label="Access variable R|/x|"]; 23 [label="Smart cast: R|/x|"]; 24 [label="Access variable R|kotlin/String.length|"]; 25 [label="Exit block"]; } 26 [label="Exit function test_2" style="filled" fillcolor=red]; } 16 -> {17}; 17 -> {18}; 18 -> {19}; 19 -> {20}; 20 -> {21}; 21 -> {22}; 22 -> {23}; 23 -> {24}; 24 -> {25}; 25 -> {26}; subgraph cluster_8 { color=red 27 [label="Enter function test_3" style="filled" fillcolor=red]; subgraph cluster_9 { color=blue 28 [label="Enter block"]; subgraph cluster_10 { color=blue 29 [label="Function call arguments enter"]; 30 [label="Access variable R|/x|"]; 31 [label="Const: Null(null)"]; 32 [label="Equality operator !="]; 33 [label="Function call arguments exit"]; } 34 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow]; 35 [label="Access variable R|/x|"]; 36 [label="Smart cast: R|/x|"]; 37 [label="Access variable R|kotlin/String.length|"]; 38 [label="Exit block"]; } 39 [label="Exit function test_3" style="filled" fillcolor=red]; } 27 -> {28}; 28 -> {29}; 29 -> {30}; 30 -> {31}; 31 -> {32}; 32 -> {33}; 33 -> {34}; 34 -> {35}; 35 -> {36}; 36 -> {37}; 37 -> {38}; 38 -> {39}; subgraph cluster_11 { color=red 40 [label="Enter function test_4" style="filled" fillcolor=red]; subgraph cluster_12 { color=blue 41 [label="Enter block"]; subgraph cluster_13 { color=blue 42 [label="Function call arguments enter"]; subgraph cluster_14 { color=blue 43 [label="Enter &&"]; 44 [label="Access variable R|/x|"]; 45 [label="Type operator: (R|/x| is R|kotlin/String|)"]; 46 [label="Exit left part of &&"]; 47 [label="Enter right part of &&"]; 48 [label="Access variable R|/y|"]; 49 [label="Const: Null(null)"]; 50 [label="Equality operator !="]; 51 [label="Exit &&"]; } 52 [label="Function call arguments exit"]; } 53 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow]; 54 [label="Access variable R|/x|"]; 55 [label="Smart cast: R|/x|"]; 56 [label="Access variable R|kotlin/String.length|"]; 57 [label="Access variable R|/y|"]; 58 [label="Smart cast: R|/y|"]; 59 [label="Access variable R|kotlin/String.length|"]; 60 [label="Exit block"]; } 61 [label="Exit function test_4" style="filled" fillcolor=red]; } 40 -> {41}; 41 -> {42}; 42 -> {43}; 43 -> {44}; 44 -> {45}; 45 -> {46}; 46 -> {47 51}; 47 -> {48}; 48 -> {49}; 49 -> {50}; 50 -> {51}; 51 -> {52}; 52 -> {53}; 53 -> {54}; 54 -> {55}; 55 -> {56}; 56 -> {57}; 57 -> {58}; 58 -> {59}; 59 -> {60}; 60 -> {61}; subgraph cluster_15 { color=red 62 [label="Enter function test_5" style="filled" fillcolor=red]; subgraph cluster_16 { color=blue 63 [label="Enter block"]; subgraph cluster_17 { color=blue 64 [label="Enter when"]; subgraph cluster_18 { color=blue 65 [label="Enter when branch condition "]; 66 [label="Access variable R|/b|"]; 67 [label="Exit when branch condition"]; } subgraph cluster_19 { color=blue 68 [label="Enter when branch condition else"]; 69 [label="Exit when branch condition"]; } 70 [label="Enter when branch result"]; subgraph cluster_20 { color=blue 71 [label="Enter block"]; 72 [label="Access variable R|/x|"]; 73 [label="Access variable #"]; 74 [label="Exit block"]; } 75 [label="Exit when branch result"]; 76 [label="Enter when branch result"]; subgraph cluster_21 { color=blue 77 [label="Enter block"]; subgraph cluster_22 { color=blue 78 [label="Function call arguments enter"]; 79 [label="Access variable R|/x|"]; 80 [label="Type operator: (R|/x| is R|kotlin/String|)"]; 81 [label="Function call arguments exit"]; } 82 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow]; 83 [label="Access variable R|/x|"]; 84 [label="Smart cast: R|/x|"]; 85 [label="Access variable R|kotlin/String.length|"]; 86 [label="Exit block"]; } 87 [label="Exit when branch result"]; 88 [label="Exit when"]; } 89 [label="Access variable R|/x|"]; 90 [label="Access variable #"]; 91 [label="Exit block"]; } 92 [label="Exit function test_5" style="filled" fillcolor=red]; } 62 -> {63}; 63 -> {64}; 64 -> {65}; 65 -> {66}; 66 -> {67}; 67 -> {68 76}; 68 -> {69}; 69 -> {70}; 70 -> {71}; 71 -> {72}; 72 -> {73}; 73 -> {74}; 74 -> {75}; 75 -> {88}; 76 -> {77}; 77 -> {78}; 78 -> {79}; 79 -> {80}; 80 -> {81}; 81 -> {82}; 82 -> {83}; 83 -> {84}; 84 -> {85}; 85 -> {86}; 86 -> {87}; 87 -> {88}; 88 -> {89}; 89 -> {90}; 90 -> {91}; 91 -> {92}; subgraph cluster_23 { color=red 93 [label="Enter function test_6" style="filled" fillcolor=red]; subgraph cluster_24 { color=blue 94 [label="Enter block"]; subgraph cluster_25 { color=blue 95 [label="Enter when"]; subgraph cluster_26 { color=blue 96 [label="Enter when branch condition "]; 97 [label="Access variable R|/b|"]; 98 [label="Exit when branch condition"]; } subgraph cluster_27 { color=blue 99 [label="Enter when branch condition else"]; 100 [label="Exit when branch condition"]; } 101 [label="Enter when branch result"]; subgraph cluster_28 { color=blue 102 [label="Enter block"]; subgraph cluster_29 { color=blue 103 [label="Function call arguments enter"]; 104 [label="Access variable R|/x|"]; 105 [label="Type operator: (R|/x| is R|kotlin/String|)"]; 106 [label="Function call arguments exit"]; } 107 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow]; 108 [label="Access variable R|/x|"]; 109 [label="Smart cast: R|/x|"]; 110 [label="Access variable R|kotlin/String.length|"]; 111 [label="Exit block"]; } 112 [label="Exit when branch result"]; 113 [label="Enter when branch result"]; subgraph cluster_30 { color=blue 114 [label="Enter block"]; subgraph cluster_31 { color=blue 115 [label="Function call arguments enter"]; 116 [label="Access variable R|/x|"]; 117 [label="Type operator: (R|/x| is R|kotlin/String|)"]; 118 [label="Function call arguments exit"]; } 119 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow]; 120 [label="Access variable R|/x|"]; 121 [label="Smart cast: R|/x|"]; 122 [label="Access variable R|kotlin/String.length|"]; 123 [label="Exit block"]; } 124 [label="Exit when branch result"]; 125 [label="Exit when"]; } 126 [label="Access variable R|/x|"]; 127 [label="Smart cast: R|/x|"]; 128 [label="Access variable R|kotlin/String.length|"]; 129 [label="Exit block"]; } 130 [label="Exit function test_6" style="filled" fillcolor=red]; } 93 -> {94}; 94 -> {95}; 95 -> {96}; 96 -> {97}; 97 -> {98}; 98 -> {99 113}; 99 -> {100}; 100 -> {101}; 101 -> {102}; 102 -> {103}; 103 -> {104}; 104 -> {105}; 105 -> {106}; 106 -> {107}; 107 -> {108}; 108 -> {109}; 109 -> {110}; 110 -> {111}; 111 -> {112}; 112 -> {125}; 113 -> {114}; 114 -> {115}; 115 -> {116}; 116 -> {117}; 117 -> {118}; 118 -> {119}; 119 -> {120}; 120 -> {121}; 121 -> {122}; 122 -> {123}; 123 -> {124}; 124 -> {125}; 125 -> {126}; 126 -> {127}; 127 -> {128}; 128 -> {129}; 129 -> {130}; }