When would a code block be skipped if the conditions are linked with or?

When one of the conditions is Falseor always runs the code blockWhen all of the conditions are Falseor always skips the code block

When all of the conditions are False.