. defined('MOODLE_INTERNAL') || die(); /** * Coverage information for the question_engine. * * @copyright 2022 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 = [ 'bank.php', 'datalib.php', 'lib.php', 'phpunit.xml', 'questionattempt.php', 'questionattemptstep.php', 'questionusage.php', 'renderer.php', ]; };