CI #243
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
2s
Annotations
2 warnings
Test for mutants (ubuntu-latest, 8.3):
src/Command/DIParametersCommand.php#L106
Escaped Mutant for Mutator "Concat":
@@ @@
}
} else {
$output->writeln(sprintf('%s<fg=cyan>%s</>:', $spaces, $key));
- $this->printSortedParameters($output, $item, $spaces . ' ');
+ $this->printSortedParameters($output, $item, ' ' . $spaces);
}
} else {
$output->writeln(sprintf('%s<fg=cyan>%s</>: %s', $spaces, $key, $this->valueToString($item)));
|
Test for mutants (ubuntu-latest, 8.3):
src/Command/DIParametersCommand.php#L120
Escaped Mutant for Mutator "FunctionCallRemoval":
@@ @@
$output->writeln('');
} elseif (is_array(next($parameters))) {
$output->writeln('');
- prev($parameters);
+
}
}
}
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Mutations
Expired
|
505 Bytes |
|