file-fetcher
|
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) | |
SebastianBergmann\CodeCoverage\Report\Text::__construct | ( | int | $lowUpperBound = 50 , |
int | $highLowerBound = 90 , |
||
bool | $showUncoveredFiles = false , |
||
bool | $showOnlySummary = false |
||
) |
SebastianBergmann\CodeCoverage\Report\Text::process | ( | CodeCoverage | $coverage, |
bool | $showColors = false |
||
) |