Crap4j
in package
FinalYes
Table of Contents
Properties
- $threshold : int
Methods
- __construct() : mixed
- process() : string
- crapLoad() : float
- roundValue() : float
Properties
$threshold read-only
private
int
$threshold
Methods
__construct()
public
__construct([int $threshold = 30 ]) : mixed
Parameters
- $threshold : int = 30
process()
public
process(CodeCoverage $coverage[, string|null $target = null ][, string|null $name = null ]) : string
Parameters
- $coverage : CodeCoverage
- $target : string|null = null
- $name : string|null = null
Tags
Return values
stringcrapLoad()
private
crapLoad(float $crapValue, int $cyclomaticComplexity, float $coveragePercent) : float
Parameters
- $crapValue : float
- $cyclomaticComplexity : int
- $coveragePercent : float
Return values
floatroundValue()
private
roundValue(float $value) : float
Parameters
- $value : float