Parses the condition part of the if/unless statement
@return [true, false, nil] true if the condition can be definitely
parsed to true, false if not, and nil if the condition cannot be parsed with certainty (it's dynamic)
[Validate]