How to find a scoreboard or checker is disabled in a verification environment?

In a verification environment due to coding mistake if the checker or scoreboard is not enabled in a env is there a way to capture ?

Thanks,
Karthikesan

In reply to KARTHIKESAN NATARAJAN:
I believe there are 2 ways:
(1) you do not see any message from this scorebord in the log-file.
(2) if you know which mechanism has been implemented to disable a scoreboard you can investigate this.

In reply to chr_sue:

In reply to KARTHIKESAN NATARAJAN:
I believe there are 2 ways:
(1) you do not see any message from this scorebord in the log-file.
(2) if you know which mechanism has been implemented to disable a scoreboard you can investigate this.

1)Normal test runs have only error messages are enabled, other messages are disabled. Mostly to debug the failure test will run in debug mode.
2)The scoreboard is default enabled.
For example :
When we move the reusable component like scoreboard across projects few cfg settings has to be done to get the scoreboard configured for the new setup. If it’s not done or accidentally missed then there is a chance that scoreboard won’t doing it’s job.

Thanks,
Karthikesan