file-fetcher
Public Member Functions | List of all members
SebastianBergmann\CodeCoverage\Report\Text Class Reference

Detailed Description

Generates human readable output from a code coverage object.

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ process()

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

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