Lock file maintenance #1969
continuous-integration.yml
on: push
Generate job matrix
5s
Matrix: Check Demo Scripts
Matrix: QA Checks
Annotations
8 warnings
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L86
Escaped Mutant for Mutator "PlusEqual":
--- Original
+++ New
@@ @@
{
$iteration = 0;
foreach ($this->resultSet as $key => $value) {
- $iteration += 1;
+ $iteration -= 1;
if (is_array($value)) {
$firstKey = key($value);
if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L91
Escaped Mutant for Mutator "YieldValue":
--- Original
+++ New
@@ @@
if (is_array($value)) {
$firstKey = key($value);
if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
- (yield $key => $this->reFetchObject($value[$firstKey]));
+ (yield $this->reFetchObject($value[$firstKey]));
$this->clearBatch($iteration);
continue;
}
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L93
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$firstKey = key($value);
if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
(yield $key => $this->reFetchObject($value[$firstKey]));
- $this->clearBatch($iteration);
+
continue;
}
}
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L101
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
if (!is_object($value)) {
(yield $key => $value);
- $this->clearBatch($iteration);
+
continue;
}
(yield $key => $this->reFetchObject($value));
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L83
Escaped Mutant for Mutator "PlusEqual":
--- Original
+++ New
@@ @@
$this->entityManager->beginTransaction();
try {
foreach ($this->resultSet as $key => $value) {
- $iteration += 1;
+ $iteration -= 1;
if (is_array($value)) {
$firstKey = key($value);
if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L88
Escaped Mutant for Mutator "YieldValue":
--- Original
+++ New
@@ @@
if (is_array($value)) {
$firstKey = key($value);
if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
- (yield $key => $this->reFetchObject($value[$firstKey]));
+ (yield $this->reFetchObject($value[$firstKey]));
$this->flushAndClearBatch($iteration);
continue;
}
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L90
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$firstKey = key($value);
if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
(yield $key => $this->reFetchObject($value[$firstKey]));
- $this->flushAndClearBatch($iteration);
+
continue;
}
}
|
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...:
src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L98
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
if (!is_object($value)) {
(yield $key => $value);
- $this->flushAndClearBatch($iteration);
+
continue;
}
(yield $key => $this->reFetchObject($value));
|