Idea: use boolean variables to define which tool (PHPCS or PHPMD) are available, like: ``` shell #1 means enabled, 0 means disabled. PHPCS_COVERAGE = 1 PHPMD_COVERAGE = 1 ``` So then once one of these tools are enabled, then we should perform the analysis.