Render the final Mutagenesis report
public renderReport ( integer $total, integer $killed, integer $escaped, array $mutations, 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 |
$mutations | array | |
$mutantsCaptured | array | |
$output | string | Result output from test adapter |
return | string |