In response,
It sounds as if you want to verify that your databases are set to 'Simple' mode and to do this you would need to set your condition to:
@RecoveryModel = Simple
by setting your Condition to how you are describing you will pass only when the database is set to 'Full' or 'BulkLogged'
@RecoveryModel != Simple
Hope this clarifies your question,
Cory