{"ScriptPreparationCode":null,"TestCases":[{"Name":"a","Code":"function a(){\r\n return 1;\r\n}\r\nfunction b(){\r\n return 0;\r\n}\r\nlet x;\r\nif(Math.random() \u003C 0.5) {\r\n x = a();\r\n}else{\r\n x = b();\r\n}\r\nx;","IsDeferred":false},{"Name":"b","Code":"\r\nlet x;\r\nif(Math.random() \u003C 0.5) {\r\n x = 1;\r\n}else{\r\n x = 0;\r\n}\r\nx;","IsDeferred":false}]}