Introduction to Route-maps

Hi together,
As I red through your Introduction, there was one thing I missed.
It was the following:

Which logical operation (AND; OR) gets used in the following scenarios:

Scenario 1:
route-map TEST-MAP permit 10
match ip address ACL1 ACL2

Scenario 2:
route-map TEST-MAP permit 10
match ip address ACL1
match ip next-hop ACL2

Scenario 1 = Logical OR (either of the ACLs need to have a match)
Scenario 2 = Logical AND (both match statements must have a match)

Best regards,
Marcel