. /** * Coverage information for the core_course subsystem. * * @copyright 2021 Andrew Nicols * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ return new class extends phpunit_coverage_info { /** @var array The list of files relative to the plugin root to include in coverage generation. */ protected $includelistfiles = [ 'dnduploadlib.php', 'externallib.php', 'lib.php', 'modlib.php', ]; };