EVAL_RESULT displays boolean status as an integer
For instance EVAL_RESULT Expression 53148-RU evaluated to 1
should be EVAL_RESULT Expression 53148-RU evaluated to true
so all uses of EVAL_RESULT should set std::boolalpha or convert the boolean into false and true directly.