# test remove_by_object $deleted_count = $comment_res->remove_by_object('test', 22); is($deleted_count, 2, 'remove_by_object OK'); $count = $comment_res->count( { object_type => 'test', object_id => 22 } ); is($count, 0, 'after remove_by_object, count OK');