UR::BoolExpr::Composite(3) an and or or rule

SYNOPSIS

@r = $r->get_underlying_rules(); for (@r) {
    print $r->evaluate($c1); }

DESCRIPTION