[FIR-TEST] Update cfg dumps according to previous commits

This commit is contained in:
Dmitriy Novozhilov
2020-03-31 15:14:11 +03:00
parent 6faf364a46
commit 1d1b8d3290
59 changed files with 8803 additions and 9268 deletions
File diff suppressed because it is too large Load Diff
@@ -8,7 +8,6 @@ digraph equalsToBoolean_kt {
0 [label="Enter function foo" style="filled" fillcolor=red];
1 [label="Exit function foo" style="filled" fillcolor=red];
}
0 -> {1};
subgraph cluster_1 {
@@ -16,85 +15,81 @@ digraph equalsToBoolean_kt {
2 [label="Enter function getter" style="filled" fillcolor=red];
3 [label="Exit function getter" style="filled" fillcolor=red];
}
2 -> {3};
subgraph cluster_2 {
color=red
4 [label="Enter property" style="filled" fillcolor=red];
5 [label="Exit property" style="filled" fillcolor=red];
}
4 -> {5};
subgraph cluster_3 {
color=red
6 [label="Enter class A" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
4 [label="Enter property" style="filled" fillcolor=red];
5 [label="Exit property" style="filled" fillcolor=red];
}
7 [label="Exit class A" style="filled" fillcolor=red];
}
6 -> {4} [color=green];
4 -> {5};
5 -> {7} [color=green];
subgraph cluster_4 {
color=red
8 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
9 [label="Enter when"];
10 [label="Enter when"];
subgraph cluster_6 {
color=blue
10 [label="Enter when branch condition "];
11 [label="Access variable R|<local>/b|"];
12 [label="Const: Boolean(true)"];
13 [label="Operator =="];
12 [label="Enter when branch condition "];
13 [label="Access variable R|<local>/b|"];
14 [label="Const: Boolean(true)"];
15 [label="Operator =="];
16 [label="Exit when branch condition"];
16 [label="Const: Boolean(true)"];
17 [label="Operator =="];
18 [label="Exit when branch condition"];
}
subgraph cluster_7 {
color=blue
17 [label="Enter when branch condition else"];
18 [label="Exit when branch condition"];
25 [label="Enter when branch condition else"];
26 [label="Exit when branch condition"];
}
19 [label="Enter when branch result"];
27 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
28 [label="Enter block"];
29 [label="Access variable R|<local>/b|"];
30 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
31 [label="Exit block"];
}
32 [label="Exit when branch result"];
19 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
20 [label="Enter block"];
21 [label="Access variable R|<local>/b|"];
22 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
22 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
23 [label="Exit block"];
}
24 [label="Exit when branch result"];
25 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
26 [label="Enter block"];
27 [label="Access variable R|<local>/b|"];
28 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
29 [label="Exit block"];
}
30 [label="Exit when branch result"];
31 [label="Exit when"];
11 [label="Exit when"];
}
32 [label="Exit function test_1" style="filled" fillcolor=red];
9 [label="Exit function test_1" style="filled" fillcolor=red];
}
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
8 -> {10};
10 -> {12};
11 -> {9};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {25 17};
16 -> {17};
17 -> {18};
18 -> {19};
18 -> {19 25};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {31};
24 -> {11};
25 -> {26};
26 -> {27};
27 -> {28};
@@ -102,68 +97,67 @@ digraph equalsToBoolean_kt {
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {11};
subgraph cluster_10 {
color=red
33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
34 [label="Enter when"];
35 [label="Enter when"];
subgraph cluster_12 {
color=blue
35 [label="Enter when branch condition "];
36 [label="Access variable R|<local>/b|"];
37 [label="Const: Boolean(true)"];
38 [label="Operator =="];
37 [label="Enter when branch condition "];
38 [label="Access variable R|<local>/b|"];
39 [label="Const: Boolean(true)"];
40 [label="Operator !="];
41 [label="Exit when branch condition"];
40 [label="Operator =="];
41 [label="Const: Boolean(true)"];
42 [label="Operator !="];
43 [label="Exit when branch condition"];
}
subgraph cluster_13 {
color=blue
42 [label="Enter when branch condition else"];
43 [label="Exit when branch condition"];
50 [label="Enter when branch condition else"];
51 [label="Exit when branch condition"];
}
44 [label="Enter when branch result"];
52 [label="Enter when branch result"];
subgraph cluster_14 {
color=blue
53 [label="Enter block"];
54 [label="Access variable R|<local>/b|"];
55 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
56 [label="Exit block"];
}
57 [label="Exit when branch result"];
44 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
45 [label="Enter block"];
46 [label="Access variable R|<local>/b|"];
47 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
47 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
48 [label="Exit block"];
}
49 [label="Exit when branch result"];
50 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
51 [label="Enter block"];
52 [label="Access variable R|<local>/b|"];
53 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
54 [label="Exit block"];
}
55 [label="Exit when branch result"];
56 [label="Exit when"];
36 [label="Exit when"];
}
57 [label="Exit function test_2" style="filled" fillcolor=red];
34 [label="Exit function test_2" style="filled" fillcolor=red];
}
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
33 -> {35};
35 -> {37};
36 -> {34};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {50 42};
41 -> {42};
42 -> {43};
43 -> {44};
43 -> {44 50};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {56};
49 -> {36};
50 -> {51};
51 -> {52};
52 -> {53};
@@ -171,68 +165,67 @@ digraph equalsToBoolean_kt {
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {36};
subgraph cluster_16 {
color=red
58 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
59 [label="Enter when"];
60 [label="Enter when"];
subgraph cluster_18 {
color=blue
60 [label="Enter when branch condition "];
61 [label="Access variable R|<local>/b|"];
62 [label="Const: Boolean(true)"];
63 [label="Operator =="];
64 [label="Const: Boolean(false)"];
62 [label="Enter when branch condition "];
63 [label="Access variable R|<local>/b|"];
64 [label="Const: Boolean(true)"];
65 [label="Operator =="];
66 [label="Exit when branch condition"];
66 [label="Const: Boolean(false)"];
67 [label="Operator =="];
68 [label="Exit when branch condition"];
}
subgraph cluster_19 {
color=blue
67 [label="Enter when branch condition else"];
68 [label="Exit when branch condition"];
75 [label="Enter when branch condition else"];
76 [label="Exit when branch condition"];
}
69 [label="Enter when branch result"];
77 [label="Enter when branch result"];
subgraph cluster_20 {
color=blue
78 [label="Enter block"];
79 [label="Access variable R|<local>/b|"];
80 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
81 [label="Exit block"];
}
82 [label="Exit when branch result"];
69 [label="Enter when branch result"];
subgraph cluster_21 {
color=blue
70 [label="Enter block"];
71 [label="Access variable R|<local>/b|"];
72 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
72 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
73 [label="Exit block"];
}
74 [label="Exit when branch result"];
75 [label="Enter when branch result"];
subgraph cluster_21 {
color=blue
76 [label="Enter block"];
77 [label="Access variable R|<local>/b|"];
78 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
79 [label="Exit block"];
}
80 [label="Exit when branch result"];
81 [label="Exit when"];
61 [label="Exit when"];
}
82 [label="Exit function test_3" style="filled" fillcolor=red];
59 [label="Exit function test_3" style="filled" fillcolor=red];
}
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {62};
58 -> {60};
60 -> {62};
61 -> {59};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {75 67};
66 -> {67};
67 -> {68};
68 -> {69};
68 -> {69 75};
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {74};
74 -> {81};
74 -> {61};
75 -> {76};
76 -> {77};
77 -> {78};
@@ -240,68 +233,67 @@ digraph equalsToBoolean_kt {
79 -> {80};
80 -> {81};
81 -> {82};
82 -> {61};
subgraph cluster_22 {
color=red
83 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_23 {
color=blue
84 [label="Enter when"];
85 [label="Enter when"];
subgraph cluster_24 {
color=blue
85 [label="Enter when branch condition "];
86 [label="Access variable R|<local>/b|"];
87 [label="Const: Boolean(true)"];
88 [label="Operator =="];
89 [label="Const: Boolean(false)"];
90 [label="Operator !="];
91 [label="Exit when branch condition"];
87 [label="Enter when branch condition "];
88 [label="Access variable R|<local>/b|"];
89 [label="Const: Boolean(true)"];
90 [label="Operator =="];
91 [label="Const: Boolean(false)"];
92 [label="Operator !="];
93 [label="Exit when branch condition"];
}
subgraph cluster_25 {
color=blue
92 [label="Enter when branch condition else"];
93 [label="Exit when branch condition"];
100 [label="Enter when branch condition else"];
101 [label="Exit when branch condition"];
}
94 [label="Enter when branch result"];
102 [label="Enter when branch result"];
subgraph cluster_26 {
color=blue
103 [label="Enter block"];
104 [label="Access variable R|<local>/b|"];
105 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
106 [label="Exit block"];
}
107 [label="Exit when branch result"];
94 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
95 [label="Enter block"];
96 [label="Access variable R|<local>/b|"];
97 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
97 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
98 [label="Exit block"];
}
99 [label="Exit when branch result"];
100 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
101 [label="Enter block"];
102 [label="Access variable R|<local>/b|"];
103 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
104 [label="Exit block"];
}
105 [label="Exit when branch result"];
106 [label="Exit when"];
86 [label="Exit when"];
}
107 [label="Exit function test_4" style="filled" fillcolor=red];
84 [label="Exit function test_4" style="filled" fillcolor=red];
}
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87};
83 -> {85};
85 -> {87};
86 -> {84};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {100 92};
91 -> {92};
92 -> {93};
93 -> {94};
93 -> {94 100};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {106};
99 -> {86};
100 -> {101};
101 -> {102};
102 -> {103};
@@ -309,68 +301,67 @@ digraph equalsToBoolean_kt {
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {86};
subgraph cluster_28 {
color=red
108 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_29 {
color=blue
109 [label="Enter when"];
110 [label="Enter when"];
subgraph cluster_30 {
color=blue
110 [label="Enter when branch condition "];
111 [label="Access variable R|<local>/b|"];
112 [label="Const: Boolean(true)"];
113 [label="Operator !="];
112 [label="Enter when branch condition "];
113 [label="Access variable R|<local>/b|"];
114 [label="Const: Boolean(true)"];
115 [label="Operator =="];
116 [label="Exit when branch condition"];
115 [label="Operator !="];
116 [label="Const: Boolean(true)"];
117 [label="Operator =="];
118 [label="Exit when branch condition"];
}
subgraph cluster_31 {
color=blue
117 [label="Enter when branch condition else"];
118 [label="Exit when branch condition"];
125 [label="Enter when branch condition else"];
126 [label="Exit when branch condition"];
}
119 [label="Enter when branch result"];
127 [label="Enter when branch result"];
subgraph cluster_32 {
color=blue
128 [label="Enter block"];
129 [label="Access variable R|<local>/b|"];
130 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
131 [label="Exit block"];
}
132 [label="Exit when branch result"];
119 [label="Enter when branch result"];
subgraph cluster_33 {
color=blue
120 [label="Enter block"];
121 [label="Access variable R|<local>/b|"];
122 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
122 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
123 [label="Exit block"];
}
124 [label="Exit when branch result"];
125 [label="Enter when branch result"];
subgraph cluster_33 {
color=blue
126 [label="Enter block"];
127 [label="Access variable R|<local>/b|"];
128 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
129 [label="Exit block"];
}
130 [label="Exit when branch result"];
131 [label="Exit when"];
111 [label="Exit when"];
}
132 [label="Exit function test_5" style="filled" fillcolor=red];
109 [label="Exit function test_5" style="filled" fillcolor=red];
}
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112};
108 -> {110};
110 -> {112};
111 -> {109};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {125 117};
116 -> {117};
117 -> {118};
118 -> {119};
118 -> {119 125};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {131};
124 -> {111};
125 -> {126};
126 -> {127};
127 -> {128};
@@ -378,68 +369,67 @@ digraph equalsToBoolean_kt {
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {111};
subgraph cluster_34 {
color=red
133 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_35 {
color=blue
134 [label="Enter when"];
135 [label="Enter when"];
subgraph cluster_36 {
color=blue
135 [label="Enter when branch condition "];
136 [label="Access variable R|<local>/b|"];
137 [label="Const: Boolean(true)"];
138 [label="Operator !="];
137 [label="Enter when branch condition "];
138 [label="Access variable R|<local>/b|"];
139 [label="Const: Boolean(true)"];
140 [label="Operator !="];
141 [label="Exit when branch condition"];
141 [label="Const: Boolean(true)"];
142 [label="Operator !="];
143 [label="Exit when branch condition"];
}
subgraph cluster_37 {
color=blue
142 [label="Enter when branch condition else"];
143 [label="Exit when branch condition"];
150 [label="Enter when branch condition else"];
151 [label="Exit when branch condition"];
}
144 [label="Enter when branch result"];
152 [label="Enter when branch result"];
subgraph cluster_38 {
color=blue
153 [label="Enter block"];
154 [label="Access variable R|<local>/b|"];
155 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
156 [label="Exit block"];
}
157 [label="Exit when branch result"];
144 [label="Enter when branch result"];
subgraph cluster_39 {
color=blue
145 [label="Enter block"];
146 [label="Access variable R|<local>/b|"];
147 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
147 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
148 [label="Exit block"];
}
149 [label="Exit when branch result"];
150 [label="Enter when branch result"];
subgraph cluster_39 {
color=blue
151 [label="Enter block"];
152 [label="Access variable R|<local>/b|"];
153 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
154 [label="Exit block"];
}
155 [label="Exit when branch result"];
156 [label="Exit when"];
136 [label="Exit when"];
}
157 [label="Exit function test_6" style="filled" fillcolor=red];
134 [label="Exit function test_6" style="filled" fillcolor=red];
}
133 -> {134};
134 -> {135};
135 -> {136};
136 -> {137};
133 -> {135};
135 -> {137};
136 -> {134};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {141};
141 -> {150 142};
141 -> {142};
142 -> {143};
143 -> {144};
143 -> {144 150};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {149};
149 -> {156};
149 -> {136};
150 -> {151};
151 -> {152};
152 -> {153};
@@ -447,68 +437,67 @@ digraph equalsToBoolean_kt {
154 -> {155};
155 -> {156};
156 -> {157};
157 -> {136};
subgraph cluster_40 {
color=red
158 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_41 {
color=blue
159 [label="Enter when"];
160 [label="Enter when"];
subgraph cluster_42 {
color=blue
160 [label="Enter when branch condition "];
161 [label="Access variable R|<local>/b|"];
162 [label="Const: Boolean(true)"];
163 [label="Operator !="];
164 [label="Const: Boolean(false)"];
165 [label="Operator =="];
166 [label="Exit when branch condition"];
162 [label="Enter when branch condition "];
163 [label="Access variable R|<local>/b|"];
164 [label="Const: Boolean(true)"];
165 [label="Operator !="];
166 [label="Const: Boolean(false)"];
167 [label="Operator =="];
168 [label="Exit when branch condition"];
}
subgraph cluster_43 {
color=blue
167 [label="Enter when branch condition else"];
168 [label="Exit when branch condition"];
175 [label="Enter when branch condition else"];
176 [label="Exit when branch condition"];
}
169 [label="Enter when branch result"];
177 [label="Enter when branch result"];
subgraph cluster_44 {
color=blue
178 [label="Enter block"];
179 [label="Access variable R|<local>/b|"];
180 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
181 [label="Exit block"];
}
182 [label="Exit when branch result"];
169 [label="Enter when branch result"];
subgraph cluster_45 {
color=blue
170 [label="Enter block"];
171 [label="Access variable R|<local>/b|"];
172 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
172 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
173 [label="Exit block"];
}
174 [label="Exit when branch result"];
175 [label="Enter when branch result"];
subgraph cluster_45 {
color=blue
176 [label="Enter block"];
177 [label="Access variable R|<local>/b|"];
178 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
179 [label="Exit block"];
}
180 [label="Exit when branch result"];
181 [label="Exit when"];
161 [label="Exit when"];
}
182 [label="Exit function test_7" style="filled" fillcolor=red];
159 [label="Exit function test_7" style="filled" fillcolor=red];
}
158 -> {159};
159 -> {160};
160 -> {161};
161 -> {162};
158 -> {160};
160 -> {162};
161 -> {159};
162 -> {163};
163 -> {164};
164 -> {165};
165 -> {166};
166 -> {175 167};
166 -> {167};
167 -> {168};
168 -> {169};
168 -> {169 175};
169 -> {170};
170 -> {171};
171 -> {172};
172 -> {173};
173 -> {174};
174 -> {181};
174 -> {161};
175 -> {176};
176 -> {177};
177 -> {178};
@@ -516,68 +505,67 @@ digraph equalsToBoolean_kt {
179 -> {180};
180 -> {181};
181 -> {182};
182 -> {161};
subgraph cluster_46 {
color=red
183 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_47 {
color=blue
184 [label="Enter when"];
185 [label="Enter when"];
subgraph cluster_48 {
color=blue
185 [label="Enter when branch condition "];
186 [label="Access variable R|<local>/b|"];
187 [label="Const: Boolean(true)"];
188 [label="Operator !="];
189 [label="Const: Boolean(false)"];
187 [label="Enter when branch condition "];
188 [label="Access variable R|<local>/b|"];
189 [label="Const: Boolean(true)"];
190 [label="Operator !="];
191 [label="Exit when branch condition"];
191 [label="Const: Boolean(false)"];
192 [label="Operator !="];
193 [label="Exit when branch condition"];
}
subgraph cluster_49 {
color=blue
192 [label="Enter when branch condition else"];
193 [label="Exit when branch condition"];
200 [label="Enter when branch condition else"];
201 [label="Exit when branch condition"];
}
194 [label="Enter when branch result"];
202 [label="Enter when branch result"];
subgraph cluster_50 {
color=blue
203 [label="Enter block"];
204 [label="Access variable R|<local>/b|"];
205 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
206 [label="Exit block"];
}
207 [label="Exit when branch result"];
194 [label="Enter when branch result"];
subgraph cluster_51 {
color=blue
195 [label="Enter block"];
196 [label="Access variable R|<local>/b|"];
197 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
197 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
198 [label="Exit block"];
}
199 [label="Exit when branch result"];
200 [label="Enter when branch result"];
subgraph cluster_51 {
color=blue
201 [label="Enter block"];
202 [label="Access variable R|<local>/b|"];
203 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
204 [label="Exit block"];
}
205 [label="Exit when branch result"];
206 [label="Exit when"];
186 [label="Exit when"];
}
207 [label="Exit function test_8" style="filled" fillcolor=red];
184 [label="Exit function test_8" style="filled" fillcolor=red];
}
183 -> {184};
184 -> {185};
185 -> {186};
186 -> {187};
183 -> {185};
185 -> {187};
186 -> {184};
187 -> {188};
188 -> {189};
189 -> {190};
190 -> {191};
191 -> {200 192};
191 -> {192};
192 -> {193};
193 -> {194};
193 -> {194 200};
194 -> {195};
195 -> {196};
196 -> {197};
197 -> {198};
198 -> {199};
199 -> {206};
199 -> {186};
200 -> {201};
201 -> {202};
202 -> {203};
@@ -585,5 +573,6 @@ digraph equalsToBoolean_kt {
204 -> {205};
205 -> {206};
206 -> {207};
207 -> {186};
}
@@ -8,7 +8,6 @@ digraph jumpFromRhsOfOperator_kt {
0 [label="Enter function foo" style="filled" fillcolor=red];
1 [label="Exit function foo" style="filled" fillcolor=red];
}
0 -> {1};
subgraph cluster_1 {
@@ -16,7 +15,6 @@ digraph jumpFromRhsOfOperator_kt {
2 [label="Enter class A" style="filled" fillcolor=red];
3 [label="Exit class A" style="filled" fillcolor=red];
}
2 -> {3} [color=green];
subgraph cluster_2 {
@@ -24,411 +22,403 @@ digraph jumpFromRhsOfOperator_kt {
4 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
5 [label="Enter ||"];
6 [label="Access variable R|<local>/a|"];
7 [label="Const: Null(null)"];
8 [label="Operator !="];
9 [label="Exit left part of ||"];
10 [label="Enter right part of ||"];
11 [label="Function call: R|java/lang/Exception.Exception|()"];
12 [label="Throw: throw R|java/lang/Exception.Exception|()"];
13 [label="Stub" style="filled" fillcolor=gray];
14 [label="Exit ||"];
7 [label="Enter ||"];
8 [label="Access variable R|<local>/a|"];
9 [label="Const: Null(null)"];
10 [label="Operator !="];
11 [label="Exit left part of ||"];
12 [label="Enter right part of ||"];
13 [label="Function call: R|java/lang/Exception.Exception|()"];
14 [label="Throw: throw R|java/lang/Exception.Exception|()"];
15 [label="Stub" style="filled" fillcolor=gray];
6 [label="Exit ||"];
}
15 [label="Access variable R|<local>/a|"];
16 [label="Function call: R|<local>/a|.R|/A.foo|()"];
17 [label="Exit function test_1" style="filled" fillcolor=red];
16 [label="Access variable R|<local>/a|"];
17 [label="Function call: R|<local>/a|.R|/A.foo|()"];
5 [label="Exit function test_1" style="filled" fillcolor=red];
}
4 -> {5};
5 -> {6};
6 -> {7};
4 -> {7};
6 -> {16};
7 -> {8};
8 -> {9};
9 -> {14 10};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {17};
12 -> {13} [style=dotted];
13 -> {14} [style=dotted];
14 -> {15};
15 -> {16};
11 -> {6 12};
12 -> {13};
13 -> {14};
14 -> {5};
14 -> {15} [style=dotted];
15 -> {6} [style=dotted];
16 -> {17};
17 -> {5};
subgraph cluster_4 {
color=red
18 [label="Enter function teat_2" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
19 [label="Enter &&"];
20 [label="Access variable R|<local>/a|"];
21 [label="Const: Null(null)"];
22 [label="Operator =="];
23 [label="Exit left part of &&"];
24 [label="Enter right part of &&"];
25 [label="Function call: R|java/lang/Exception.Exception|()"];
26 [label="Throw: throw R|java/lang/Exception.Exception|()"];
27 [label="Stub" style="filled" fillcolor=gray];
28 [label="Exit &&"];
21 [label="Enter &&"];
22 [label="Access variable R|<local>/a|"];
23 [label="Const: Null(null)"];
24 [label="Operator =="];
25 [label="Exit left part of &&"];
26 [label="Enter right part of &&"];
27 [label="Function call: R|java/lang/Exception.Exception|()"];
28 [label="Throw: throw R|java/lang/Exception.Exception|()"];
29 [label="Stub" style="filled" fillcolor=gray];
20 [label="Exit &&"];
}
29 [label="Access variable R|<local>/a|"];
30 [label="Function call: R|<local>/a|.R|/A.foo|()"];
31 [label="Exit function teat_2" style="filled" fillcolor=red];
30 [label="Access variable R|<local>/a|"];
31 [label="Function call: R|<local>/a|.R|/A.foo|()"];
19 [label="Exit function teat_2" style="filled" fillcolor=red];
}
18 -> {19};
19 -> {20};
20 -> {21};
18 -> {21};
20 -> {30};
21 -> {22};
22 -> {23};
23 -> {28 24};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {31};
26 -> {27} [style=dotted];
27 -> {28} [style=dotted];
28 -> {29};
29 -> {30};
25 -> {20 26};
26 -> {27};
27 -> {28};
28 -> {19};
28 -> {29} [style=dotted];
29 -> {20} [style=dotted];
30 -> {31};
31 -> {19};
subgraph cluster_6 {
color=red
32 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
33 [label="Enter when"];
34 [label="Enter when"];
subgraph cluster_8 {
color=blue
34 [label="Enter when branch condition "];
36 [label="Enter when branch condition "];
subgraph cluster_9 {
color=blue
35 [label="Enter ||"];
36 [label="Access variable R|<local>/a|"];
37 [label="Const: Null(null)"];
38 [label="Operator !="];
39 [label="Exit left part of ||"];
40 [label="Enter right part of ||"];
41 [label="Function call: R|java/lang/Exception.Exception|()"];
42 [label="Throw: throw R|java/lang/Exception.Exception|()"];
43 [label="Stub" style="filled" fillcolor=gray];
44 [label="Exit ||"];
38 [label="Enter ||"];
39 [label="Access variable R|<local>/a|"];
40 [label="Const: Null(null)"];
41 [label="Operator !="];
42 [label="Exit left part of ||"];
43 [label="Enter right part of ||"];
44 [label="Function call: R|java/lang/Exception.Exception|()"];
45 [label="Throw: throw R|java/lang/Exception.Exception|()"];
46 [label="Stub" style="filled" fillcolor=gray];
37 [label="Exit ||"];
}
45 [label="Exit when branch condition"];
47 [label="Exit when branch condition"];
}
46 [label="Synthetic else branch"];
47 [label="Enter when branch result"];
54 [label="Synthetic else branch"];
48 [label="Enter when branch result"];
subgraph cluster_10 {
color=blue
48 [label="Enter block"];
49 [label="Access variable R|<local>/a|"];
50 [label="Function call: R|<local>/a|.R|/A.foo|()"];
51 [label="Exit block"];
49 [label="Enter block"];
50 [label="Access variable R|<local>/a|"];
51 [label="Function call: R|<local>/a|.R|/A.foo|()"];
52 [label="Exit block"];
}
52 [label="Exit when branch result"];
53 [label="Exit when"];
53 [label="Exit when branch result"];
35 [label="Exit when"];
}
54 [label="Access variable R|<local>/a|"];
55 [label="Function call: R|<local>/a|.R|/A.foo|()"];
56 [label="Exit function test_3" style="filled" fillcolor=red];
55 [label="Access variable R|<local>/a|"];
56 [label="Function call: R|<local>/a|.R|/A.foo|()"];
33 [label="Exit function test_3" style="filled" fillcolor=red];
}
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
32 -> {34};
34 -> {36};
35 -> {55};
36 -> {38};
37 -> {47};
38 -> {39};
39 -> {44 40};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {56};
42 -> {43} [style=dotted];
43 -> {44} [style=dotted];
42 -> {37 43};
43 -> {44};
44 -> {45};
45 -> {47 46};
46 -> {53};
47 -> {48};
45 -> {33};
45 -> {46} [style=dotted];
46 -> {37} [style=dotted];
47 -> {48 54};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
53 -> {35};
54 -> {35};
55 -> {56};
56 -> {33};
subgraph cluster_11 {
color=red
57 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
58 [label="Enter when"];
59 [label="Enter when"];
subgraph cluster_13 {
color=blue
59 [label="Enter when branch condition "];
61 [label="Enter when branch condition "];
subgraph cluster_14 {
color=blue
60 [label="Enter &&"];
61 [label="Access variable R|<local>/a|"];
62 [label="Const: Null(null)"];
63 [label="Operator =="];
64 [label="Exit left part of &&"];
65 [label="Enter right part of &&"];
66 [label="Function call: R|java/lang/Exception.Exception|()"];
67 [label="Throw: throw R|java/lang/Exception.Exception|()"];
68 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit &&"];
63 [label="Enter &&"];
64 [label="Access variable R|<local>/a|"];
65 [label="Const: Null(null)"];
66 [label="Operator =="];
67 [label="Exit left part of &&"];
68 [label="Enter right part of &&"];
69 [label="Function call: R|java/lang/Exception.Exception|()"];
70 [label="Throw: throw R|java/lang/Exception.Exception|()"];
71 [label="Stub" style="filled" fillcolor=gray];
62 [label="Exit &&"];
}
70 [label="Exit when branch condition"];
72 [label="Exit when branch condition"];
}
71 [label="Synthetic else branch"];
72 [label="Enter when branch result"];
79 [label="Synthetic else branch"];
73 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
73 [label="Enter block"];
74 [label="Access variable R|<local>/a|"];
75 [label="Function call: R|<local>/a|.R|/A.foo|()"];
76 [label="Exit block"];
74 [label="Enter block"];
75 [label="Access variable R|<local>/a|"];
76 [label="Function call: R|<local>/a|.R|/A.foo|()"];
77 [label="Exit block"];
}
77 [label="Exit when branch result"];
78 [label="Exit when"];
78 [label="Exit when branch result"];
60 [label="Exit when"];
}
79 [label="Access variable R|<local>/a|"];
80 [label="Function call: R|<local>/a|.R|/A.foo|()"];
81 [label="Exit function test_4" style="filled" fillcolor=red];
80 [label="Access variable R|<local>/a|"];
81 [label="Function call: R|<local>/a|.R|/A.foo|()"];
58 [label="Exit function test_4" style="filled" fillcolor=red];
}
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
57 -> {59};
59 -> {61};
60 -> {80};
61 -> {63};
62 -> {72};
63 -> {64};
64 -> {69 65};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {81};
67 -> {68} [style=dotted];
68 -> {69} [style=dotted];
67 -> {62 68};
68 -> {69};
69 -> {70};
70 -> {72 71};
71 -> {78};
72 -> {73};
70 -> {58};
70 -> {71} [style=dotted];
71 -> {62} [style=dotted];
72 -> {73 79};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
78 -> {60};
79 -> {60};
80 -> {81};
81 -> {58};
subgraph cluster_16 {
color=red
82 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
83 [label="Enter ||"];
84 [label="Access variable R|<local>/a|"];
85 [label="Const: Null(null)"];
86 [label="Operator =="];
87 [label="Exit left part of ||"];
88 [label="Enter right part of ||"];
89 [label="Function call: R|java/lang/Exception.Exception|()"];
90 [label="Throw: throw R|java/lang/Exception.Exception|()"];
91 [label="Stub" style="filled" fillcolor=gray];
92 [label="Exit ||"];
85 [label="Enter ||"];
86 [label="Access variable R|<local>/a|"];
87 [label="Const: Null(null)"];
88 [label="Operator =="];
89 [label="Exit left part of ||"];
90 [label="Enter right part of ||"];
91 [label="Function call: R|java/lang/Exception.Exception|()"];
92 [label="Throw: throw R|java/lang/Exception.Exception|()"];
93 [label="Stub" style="filled" fillcolor=gray];
84 [label="Exit ||"];
}
93 [label="Access variable R|<local>/a|"];
94 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
95 [label="Exit function test_5" style="filled" fillcolor=red];
94 [label="Access variable R|<local>/a|"];
95 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
83 [label="Exit function test_5" style="filled" fillcolor=red];
}
82 -> {83};
83 -> {84};
84 -> {85};
82 -> {85};
84 -> {94};
85 -> {86};
86 -> {87};
87 -> {92 88};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {95};
90 -> {91} [style=dotted];
91 -> {92} [style=dotted];
92 -> {93};
93 -> {94};
89 -> {84 90};
90 -> {91};
91 -> {92};
92 -> {83};
92 -> {93} [style=dotted];
93 -> {84} [style=dotted];
94 -> {95};
95 -> {83};
subgraph cluster_18 {
color=red
96 [label="Enter function teat_6" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
97 [label="Enter &&"];
98 [label="Access variable R|<local>/a|"];
99 [label="Const: Null(null)"];
100 [label="Operator !="];
101 [label="Exit left part of &&"];
102 [label="Enter right part of &&"];
103 [label="Function call: R|java/lang/Exception.Exception|()"];
104 [label="Throw: throw R|java/lang/Exception.Exception|()"];
105 [label="Stub" style="filled" fillcolor=gray];
106 [label="Exit &&"];
99 [label="Enter &&"];
100 [label="Access variable R|<local>/a|"];
101 [label="Const: Null(null)"];
102 [label="Operator !="];
103 [label="Exit left part of &&"];
104 [label="Enter right part of &&"];
105 [label="Function call: R|java/lang/Exception.Exception|()"];
106 [label="Throw: throw R|java/lang/Exception.Exception|()"];
107 [label="Stub" style="filled" fillcolor=gray];
98 [label="Exit &&"];
}
107 [label="Access variable R|<local>/a|"];
108 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
109 [label="Exit function teat_6" style="filled" fillcolor=red];
108 [label="Access variable R|<local>/a|"];
109 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
97 [label="Exit function teat_6" style="filled" fillcolor=red];
}
96 -> {97};
97 -> {98};
98 -> {99};
96 -> {99};
98 -> {108};
99 -> {100};
100 -> {101};
101 -> {106 102};
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {109};
104 -> {105} [style=dotted];
105 -> {106} [style=dotted];
106 -> {107};
107 -> {108};
103 -> {98 104};
104 -> {105};
105 -> {106};
106 -> {97};
106 -> {107} [style=dotted];
107 -> {98} [style=dotted];
108 -> {109};
109 -> {97};
subgraph cluster_20 {
color=red
110 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
111 [label="Enter when"];
112 [label="Enter when"];
subgraph cluster_22 {
color=blue
112 [label="Enter when branch condition "];
114 [label="Enter when branch condition "];
subgraph cluster_23 {
color=blue
113 [label="Enter ||"];
114 [label="Access variable R|<local>/a|"];
115 [label="Const: Null(null)"];
116 [label="Operator =="];
117 [label="Exit left part of ||"];
118 [label="Enter right part of ||"];
119 [label="Function call: R|java/lang/Exception.Exception|()"];
120 [label="Throw: throw R|java/lang/Exception.Exception|()"];
121 [label="Stub" style="filled" fillcolor=gray];
122 [label="Exit ||"];
116 [label="Enter ||"];
117 [label="Access variable R|<local>/a|"];
118 [label="Const: Null(null)"];
119 [label="Operator =="];
120 [label="Exit left part of ||"];
121 [label="Enter right part of ||"];
122 [label="Function call: R|java/lang/Exception.Exception|()"];
123 [label="Throw: throw R|java/lang/Exception.Exception|()"];
124 [label="Stub" style="filled" fillcolor=gray];
115 [label="Exit ||"];
}
123 [label="Exit when branch condition"];
125 [label="Exit when branch condition"];
}
124 [label="Synthetic else branch"];
125 [label="Enter when branch result"];
132 [label="Synthetic else branch"];
126 [label="Enter when branch result"];
subgraph cluster_24 {
color=blue
126 [label="Enter block"];
127 [label="Access variable R|<local>/a|"];
128 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
129 [label="Exit block"];
127 [label="Enter block"];
128 [label="Access variable R|<local>/a|"];
129 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
130 [label="Exit block"];
}
130 [label="Exit when branch result"];
131 [label="Exit when"];
131 [label="Exit when branch result"];
113 [label="Exit when"];
}
132 [label="Access variable R|<local>/a|"];
133 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
134 [label="Exit function test_7" style="filled" fillcolor=red];
133 [label="Access variable R|<local>/a|"];
134 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
111 [label="Exit function test_7" style="filled" fillcolor=red];
}
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116};
110 -> {112};
112 -> {114};
113 -> {133};
114 -> {116};
115 -> {125};
116 -> {117};
117 -> {122 118};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {134};
120 -> {121} [style=dotted];
121 -> {122} [style=dotted];
120 -> {115 121};
121 -> {122};
122 -> {123};
123 -> {125 124};
124 -> {131};
125 -> {126};
123 -> {111};
123 -> {124} [style=dotted];
124 -> {115} [style=dotted];
125 -> {126 132};
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
131 -> {113};
132 -> {113};
133 -> {134};
134 -> {111};
subgraph cluster_25 {
color=red
135 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_26 {
color=blue
136 [label="Enter when"];
137 [label="Enter when"];
subgraph cluster_27 {
color=blue
137 [label="Enter when branch condition "];
139 [label="Enter when branch condition "];
subgraph cluster_28 {
color=blue
138 [label="Enter &&"];
139 [label="Access variable R|<local>/a|"];
140 [label="Const: Null(null)"];
141 [label="Operator !="];
142 [label="Exit left part of &&"];
143 [label="Enter right part of &&"];
144 [label="Function call: R|java/lang/Exception.Exception|()"];
145 [label="Throw: throw R|java/lang/Exception.Exception|()"];
146 [label="Stub" style="filled" fillcolor=gray];
147 [label="Exit &&"];
141 [label="Enter &&"];
142 [label="Access variable R|<local>/a|"];
143 [label="Const: Null(null)"];
144 [label="Operator !="];
145 [label="Exit left part of &&"];
146 [label="Enter right part of &&"];
147 [label="Function call: R|java/lang/Exception.Exception|()"];
148 [label="Throw: throw R|java/lang/Exception.Exception|()"];
149 [label="Stub" style="filled" fillcolor=gray];
140 [label="Exit &&"];
}
148 [label="Exit when branch condition"];
150 [label="Exit when branch condition"];
}
149 [label="Synthetic else branch"];
150 [label="Enter when branch result"];
157 [label="Synthetic else branch"];
151 [label="Enter when branch result"];
subgraph cluster_29 {
color=blue
151 [label="Enter block"];
152 [label="Access variable R|<local>/a|"];
153 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
154 [label="Exit block"];
152 [label="Enter block"];
153 [label="Access variable R|<local>/a|"];
154 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
155 [label="Exit block"];
}
155 [label="Exit when branch result"];
156 [label="Exit when"];
156 [label="Exit when branch result"];
138 [label="Exit when"];
}
157 [label="Access variable R|<local>/a|"];
158 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
159 [label="Exit function test_8" style="filled" fillcolor=red];
158 [label="Access variable R|<local>/a|"];
159 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
136 [label="Exit function test_8" style="filled" fillcolor=red];
}
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {141};
135 -> {137};
137 -> {139};
138 -> {158};
139 -> {141};
140 -> {150};
141 -> {142};
142 -> {147 143};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {159};
145 -> {146} [style=dotted];
146 -> {147} [style=dotted];
145 -> {140 146};
146 -> {147};
147 -> {148};
148 -> {150 149};
149 -> {156};
150 -> {151};
148 -> {136};
148 -> {149} [style=dotted];
149 -> {140} [style=dotted];
150 -> {151 157};
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155};
155 -> {156};
156 -> {157};
157 -> {158};
156 -> {138};
157 -> {138};
158 -> {159};
159 -> {136};
}