Culling TRUE FALSE list

Hi everyone!
Could someone help with culling values in grasshopper?

I have 6 braches with 73 values (true or false) in them. I want to cull these branches by this rule:
if in branch 2 rows of true then cull it

For example in branch T T F F T T F F F - then culling it, if T T T T T F F - then its ok

A bit clumsy but works:

it is searching for any TT (11) occurrences.
Connect dispatch with inverted pattern.

Thank you a lot, Piotr!
It helps me a lot :heart_eyes: