As per recent finding, the comparisons are not currently limited to `src/` (or whatever source path is given), but all classes are being checked. This means that diffing a codebase will likely cause diffing of all detected classes anywhere if we ever include autoloading of other symbols. A simple applicable restriction is to only consider classes that have a file path in the defined source directory.