blob: 510ea1e556e8206fadd0940ad5d7158dbba91160 [file] [log] [blame]
<html>
<body>
Reports conditional expressions of the form
<b><i>condition</i>?true:<i>foo</i></b> or
<b><i>condition</i>?false:<i>foo</i></b>. These
expressions may be safely simplified to
<b><i>condition</i> || <i>foo</i></b> or
<b>!<i>condition</i> && <i>foo</i></b>, respectively.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>