if ( ( defined $settings && ! $settings->{hidecode} ) && ( $codetype{ $node->{nodetype} } ) || ( $node->{code} || containscode( $node->{doctext} ) ) ) {
A few extra parens makes it much more readable in my opinion.
In reply to Re: (tye)Re: Logical expression style
by Anonymous Monk
in thread Logical expression style
by ferrency
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |