The standard rating column does not support unrated, but a custom rating column does.
Because you are testing a custom rating column, you have two choices. You can test for equal to zero using a wizard rule, or you can define a template (an advanced rule) that checks for ''. Something like
Code:
program: test(field('#myrating'), '', 'red')