Lggr
Public Member Functions | List of all members
SebastianBergmann\CodeCoverage\Report\Html\Facade Class Reference

Public Member Functions

 __construct ($lowUpperBound=50, $highLowerBound=90, $generator='')
 
 process (CodeCoverage $coverage, $target)
 

Detailed Description

Generates an HTML report from a code coverage object.

Constructor & Destructor Documentation

◆ __construct()

SebastianBergmann\CodeCoverage\Report\Html\Facade::__construct (   $lowUpperBound = 50,
  $highLowerBound = 90,
  $generator = '' 
)

Constructor.

Parameters
int$lowUpperBound
int$highLowerBound
string$generator

Member Function Documentation

◆ process()

SebastianBergmann\CodeCoverage\Report\Html\Facade::process ( CodeCoverage  $coverage,
  $target 
)
Parameters
CodeCoverage$coverage
string$target

The documentation for this class was generated from the following file: