Mutagenesis\Renderer\RendererInterface::renderReport PHP Method

renderReport() public method

Render the final Mutagenesis report
public renderReport ( integer $total, integer $killed, integer $escaped, array $mutationDiffs, array $mutantsCaptured, string $output = '' ) : string
$total integer Total mutations made and tested
$killed integer Number of mutations that did cause a test failure
$escaped integer Number of mutations that did not cause a test failure
$mutationDiffs array Array of mutation diff strings showing each test-fail mutation
$mutantsCaptured array
$output string Result output from test adapter
return string
    public function renderReport($total, $killed, $escaped, array $mutationDiffs, array $mutantsCaptured, $output = '');