Table of Contents
-
$generator
: string
-
$highLowerBound
: int
-
$lowUpperBound
: int
-
$templatePath
: string
-
__construct()
: mixed
-
process()
: void
-
copyFiles()
: void
-
directory()
: string
$generator
private
string
$generator
$highLowerBound
private
int
$highLowerBound
$lowUpperBound
private
int
$lowUpperBound
$templatePath
private
string
$templatePath
__construct()
public
__construct([int $lowUpperBound = 50 ][, int $highLowerBound = 90 ][, string $generator = '' ]) : mixed
Parameters
-
$lowUpperBound
: int
= 50
-
-
$highLowerBound
: int
= 90
-
-
$generator
: string
= ''
-
Return values
mixed
—
process()
public
process(CodeCoverage $coverage, string $target) : void
Parameters
-
$coverage
: CodeCoverage
-
-
$target
: string
-
Return values
void
—
copyFiles()
private
copyFiles(string $target) : void
Parameters
-
$target
: string
-
Return values
void
—
directory()
private
directory(string $directory) : string
Parameters
-
$directory
: string
-
Return values
string
—