Schedule CI #210
Annotations
3 warnings
Infection (ubuntu-latest, 8.3):
src/Build/Build.php#L28
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
*/
private function setPhpVersion() : void
{
- $this->phpVersion = implode('.', array_slice(explode('.', phpversion()), 0, 2));
+ $this->phpVersion = implode('.', array_slice(explode('.', phpversion()), 0, 3));
}
/**
* Directory relative to the project where the build is saved. Depending on the version of php there will be 3 options:
|
Infection (ubuntu-latest, 8.3):
src/Tools/Process/Execution/MultiProcessesExecution.php#L57
Escaped Mutant for Mutator "Break_":
--- Original
+++ New
@@ @@
{
foreach ($this->processes as $toolName => $process) {
if (count($this->runningProcesses) === $this->threads) {
- break;
+ continue;
}
if (!in_array($process, $this->runningProcesses) && !in_array($process, $this->runnedProcesses)) {
$this->startProcess($process);
|
Infection (ubuntu-latest, 8.3):
src/Tools/Process/Execution/ProcessExecution.php#L20
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$this->printer->line($this->tools[$toolName]->prepareCommand());
try {
$this->startProcess($process);
- $process->wait(function ($type, $buffer) {
- $this->printer->rawLine($buffer);
- });
+
$executionTime = $this->executionTime($process->getLastOutputTime(), $process->getStartTime());
if ($process->isSuccessful()) {
$this->printer->resultSuccess($this->getSuccessString($toolName, $executionTime));
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
CodeCoverage
Expired
|
1.32 MB |
|
GitHooks Metrics - 18-02-2024
Expired
|
1.85 MB |
|
Infection
Expired
|
154 KB |
|
PhPMetrics
Expired
|
378 KB |
|