Test.CoverageFormat Class
An object object containing coverage result formatting methods.
Item Index
Methods
Methods
JSON
    
        
            (
    
    
        
            String
        
    
    
    
    
    
    
    
    
    - 
                    
                        
coverage 
Returns the coverage report in JSON format. This is the straight JSON representation of the native coverage report.
Parameters:
- 
                    
                        
coverageObjectThe coverage report object.
 
Returns:
                
                    
                        String:
                    
                    
        A JSON-formatted string of coverage data.
XdebugJSON
    
        
            (
    
    
        
            String
        
    
    
    
    
    
    
    
    
    - 
                    
                        
coverage 
Returns the coverage report in a JSON format compatible with Xdebug. See Xdebug Documentation for more information. Note: function coverage is not available in this format.
Parameters:
- 
                    
                        
coverageObjectThe coverage report object.
 
Returns:
                
                    
                        String:
                    
                    
        A JSON-formatted string of coverage data.
