{"ScriptPreparationCode":"var customer = {\r\n firstName: \u0027firstName\u0027,\r\n lastName: \u0027lastName\u0027\r\n}","TestCases":[{"Name":"1","Code":"(!customer.firstName \u0026\u0026 !customer.lastName)\r\n ? this.$t(\u0027loyalty.account.customer.fullnameNotSet\u0027)\r\n : ((customer.firstName ? customer.firstName : \u0027\u0027) \u002B (customer.lastName ? (customer.firstName ? \u0027 \u0027 : \u0027\u0027) \u002B customer.lastName : \u0027\u0027))\r\n","IsDeferred":false},{"Name":"2","Code":"(customer.firstName || customer.lastName) ? \r\n [customer.firstName, customer.lastName].join(\u0027 \u0027).trim() :\r\n \u0027translate\u0027","IsDeferred":false},{"Name":"3","Code":"\u0060${customer.firstName || \u0027\u0027} ${customer.lastName || \u0027\u0027}\u0060.trim() || \u0027translate\u0027","IsDeferred":false}]}