Hello,
There is an issue with the method CodeCoverageReporter::addDirectoryToBlacklist. it calls the method Filter::addDirectoryToBlacklist that does not exist, so this method throws a fatal error. I think it should use the method removeDirectoryFromWhitelist.
Note that it is the same thing for addFileToBlacklist
Regards,