INFO [5000] Evaluating 'stringContainsString75Cat0Dog25Falcon0HorseDefaultCat' for User '{"Identifier":"12345","Email":"joe@configcat.com","Country":"US"}'
  Evaluating targeting rules and applying the first match if any:
  - IF User.Email CONTAINS ANY OF ['@configcat.com'] THEN % options => MATCH, applying rule
    Evaluating % options based on the User.Country attribute:
    - Computing hash in the [0..99] range from User.Country => 63 (this value is sticky and consistent across all SDKs)
    - Hash value 63 selects % option 1 (75%), 'Cat'.
  Returning 'Cat'.
