Coverage information for the core subsystem.  
 More...
 | 
| 
array  | $excludelistfiles = [] | 
|   | The list of files relative to the plugin root to exclude from coverage generation. 
  | 
|   | 
| 
array  | $excludelistfolders = [] | 
|   | The list of folders relative to the plugin root to exclude from coverage generation. 
  | 
|   | 
| array  | $includelistfiles | 
|   | The list of files relative to the plugin root to include in coverage generation.  More...
  | 
|   | 
| array  | $includelistfolders | 
|   | The list of folders relative to the plugin root to include in coverage generation.  More...
  | 
|   | 
| array  | $whitelistfiles = [] | 
|   | The list of files relative to the plugin root to whitelist in coverage generation.  More...
  | 
|   | 
| array  | $whitelistfolders = [] | 
|   | The list of folders relative to the plugin root to whitelist in coverage generation.  More...
  | 
|   | 
Coverage information for the core subsystem. 
Coverage information for PHPUnit.
- Copyright
 - 2018 Andrew Nicols andre.nosp@m.w@ni.nosp@m.cols..nosp@m.co.u.nosp@m.k 
 
- License
 - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
 
 
◆ get_excludelists()
  
  
      
        
          | phpunit_coverage_info::get_excludelists  | 
          ( | 
          string  | 
          $plugindir | ) | 
           | 
         
       
   | 
  
final   | 
  
 
Get the formatted XML list of files and folders to exclude. 
- Parameters
 - 
  
    | string | $plugindir | The root of the plugin, relative to the dataroot.  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ get_includelists()
  
  
      
        
          | phpunit_coverage_info::get_includelists  | 
          ( | 
          string  | 
          $plugindir | ) | 
           | 
         
       
   | 
  
final   | 
  
 
Get the formatted XML list of files and folders to include. 
- Parameters
 - 
  
    | string | $plugindir | The root of the plugin, relative to the dataroot.  | 
  
   
- Return values
 - 
  
  
 
 
 
◆ $includelistfiles
  
  
      
        
          | array phpunit_coverage_info::$includelistfiles | 
         
       
   | 
  
protected   | 
  
 
Initial value:= [
        'moodleblock.class.php',
    ]
 
The list of files relative to the plugin root to include in coverage generation. 
 
 
◆ $includelistfolders
  
  
      
        
          | array phpunit_coverage_info::$includelistfolders | 
         
       
   | 
  
protected   | 
  
 
Initial value:
The list of folders relative to the plugin root to include in coverage generation. 
 
 
◆ $whitelistfiles
  
  
      
        
          | array phpunit_coverage_info::$whitelistfiles = [] | 
         
       
   | 
  
protected   | 
  
 
The list of files relative to the plugin root to whitelist in coverage generation. 
- Deprecated:
 - since Moodle 3.11 MDL-70745 - please don't use this property any more. 
 
- Todo:
 - MDL-71067 - remove in Moodle 4.3 
 
 
 
◆ $whitelistfolders
  
  
      
        
          | array phpunit_coverage_info::$whitelistfolders = [] | 
         
       
   | 
  
protected   | 
  
 
The list of folders relative to the plugin root to whitelist in coverage generation. 
- Deprecated:
 - since Moodle 3.11 MDL-70745 - please don't use this property any more. 
 
- Todo:
 - MDL-71067 - remove in Moodle 4.3 
 
 
 
The documentation for this class was generated from the following files:
- blocks/tests/coverage.php
 
- completion/tests/coverage.php
 
- course/tests/coverage.php
 
- lib/phpunit/classes/coverage_info.php
 
- lib/tests/coverage.php
 
- user/tests/coverage.php