# File lib/bullet/detector/counter_cache.rb, line 37
        def conditions_met?(object, _associations)
          possible_objects.include?(object.bullet_key) && !impossible_objects.include?(object.bullet_key)
        end