{"ScriptPreparationCode":"res = 2048;","TestCases":[{"Name":"No if","Code":"for(let x = 0 ; x \u003C= res*4 ; x\u002B=res){\r\n for (let y = 0 ; y \u003C= res*3; y\u002B=res){\r\n \r\n for(let i = 0 ; i \u003C res; i\u002B\u002B){\r\n for(let j = 0 ; j \u003C res ; j\u002B\u002B){\r\n let a = res*i*j;\r\n let b= Math.random()*255;\r\n let c= Math.random()*255;\r\n let d= Math.random()*255;\r\n let e= 255;\r\n }\r\n \r\n }\r\n }\r\n}","IsDeferred":false},{"Name":"If ","Code":"for(let x = 0 ; x \u003C= res*4 ; x\u002B=res){\r\n for (let y = 0 ; y \u003C= res*3; y\u002B=res){\r\n if ( x \u003E= res \u0026\u0026 x \u003C 2*res || y \u003E= res \u0026\u0026 y \u003C 2*res)\r\n { \r\n for(let i = 0 ; i \u003C res; i\u002B\u002B){\r\n for(let j = 0 ; j \u003C res ; j\u002B\u002B){\r\n let a = res*i*j;\r\n let b= Math.random()*255;\r\n let c= Math.random()*255;\r\n let d= Math.random()*255;\r\n let e= 255;\r\n }\r\n }\r\n }\r\n }\r\n}","IsDeferred":false}]}