Schedule CI #209
Annotations
4 warnings
Infection (ubuntu-latest, 8.3):
src/LoadTools/FastExecution.php#L52
Escaped Mutant for Mutator "Continue_":
--- Original
+++ New
@@ @@
foreach ($configurationFile->getToolsConfiguration() as $tool) {
if (!in_array($tool->getTool(), self::ACCELERABLE_TOOLS)) {
$tools[] = $tool;
- continue;
+ break;
}
$originalPaths = $tool->getPaths();
$modifiedFiles = $this->fileUtils->getModifiedFiles();
|
Infection (ubuntu-latest, 8.3):
src/Tools/Process/Execution/MultiProcessesExecution.php#L40
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
$this->numberOfRunnedProcesses = $this->finishExecution($process, $toolName);
}
} catch (ProcessTimedOutException $th) {
- $toolName = (string) array_search($th->getProcess(), $this->processes);
+ $toolName = array_search($th->getProcess(), $this->processes);
$this->numberOfRunnedProcesses = $this->finishExecution($th->getProcess(), $toolName, $th->getMessage());
}
} while ($totalProcesses > $this->numberOfRunnedProcesses);
|
Infection (ubuntu-latest, 8.3):
src/Tools/Tool/CodeSniffer/CodeSniffer.php#L61
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
case self::IGNORE_ERRORS_ON_EXIT:
break;
default:
- $command .= ' ' . $this->args[self::OTHER_ARGS_OPTION];
+ $command .= $this->args[self::OTHER_ARGS_OPTION];
break;
}
}
|
Infection (ubuntu-latest, 8.3):
src/Tools/Tool/SecurityChecker.php#L49
Escaped Mutant for Mutator "ConcatOperandRemoval":
--- Original
+++ New
@@ @@
case self::IGNORE_ERRORS_ON_EXIT:
break;
default:
- $command .= ' ' . $this->args[self::OTHER_ARGS_OPTION];
+ $command .= ' ';
break;
}
}
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
CodeCoverage
Expired
|
1.32 MB |
|
GitHooks Metrics - 11-02-2024
Expired
|
1.84 MB |
|
Infection
Expired
|
153 KB |
|
PhPMetrics
Expired
|
377 KB |
|