Lggr
Public Member Functions | Protected Member Functions | List of all members
SebastianBergmann\CodeCoverage\Report\Text Class Reference

Public Member Functions

 __construct ($lowUpperBound=50, $highLowerBound=90, $showUncoveredFiles=false, $showOnlySummary=false)
 
 process (CodeCoverage $coverage, $showColors=false)
 

Protected Member Functions

 getCoverageColor ($numberOfCoveredElements, $totalNumberOfElements)
 
 printCoverageCounts ($numberOfCoveredElements, $totalNumberOfElements, $precision)
 

Detailed Description

Generates human readable output from a code coverage object.

The output gets put into a text file our written to the CLI.

Constructor & Destructor Documentation

◆ __construct()

SebastianBergmann\CodeCoverage\Report\Text::__construct (   $lowUpperBound = 50,
  $highLowerBound = 90,
  $showUncoveredFiles = false,
  $showOnlySummary = false 
)
Parameters
int$lowUpperBound
int$highLowerBound
bool$showUncoveredFiles
bool$showOnlySummary

Member Function Documentation

◆ process()

SebastianBergmann\CodeCoverage\Report\Text::process ( CodeCoverage  $coverage,
  $showColors = false 
)
Parameters
CodeCoverage$coverage
bool$showColors
Returns
string

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