Workflow rules across different include functions

Let us say, I have a pipeline and I have a workflow rule like

workflow:
rules:
- if: $CI_PIPELINE_SOURCE == “merge_request_event”
- if: $CI_COMMIT_BRANCH

then in the same pipeline, I’m including other functions.

which got its own rules and workflow-rules.

How do I see the effective overall workflow rules and job rules ?
Is there any UI tools which can suggest that some of the workflow rules which am including via other functions would stop the main pipeline jobs ?

The pipeline editor might be able to simulate and visualize the path, but I never tried that with workflow rules. If it does not work, please open a feature proposal.