Skip to content
Triggered via schedule November 27, 2023 08:10
Status Success
Total duration 11m 20s
Artifacts 1

ci.yaml

on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
3s
Status check - CI
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Test for mutants (ubuntu-latest, 8.1): src/Command/DIParametersCommand.php#L106
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ } } 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.1): src/Command/DIParametersCommand.php#L120
Escaped Mutant for Mutator "FunctionCallRemoval": --- Original +++ New @@ @@ $output->writeln(''); } elseif (is_array(next($parameters))) { $output->writeln(''); - prev($parameters); + } } }

Artifacts

Produced during runtime
Name Size
Logs - Mutations Expired
1.11 KB