This inspection reports any instances of JavaScript conditional expressions of the form condition?true:false or condition?false:true. These expressions may be safely simplified to condition or !condition , respectively.