Skip to content

Release 1.0.1

Release 1.0.1 #52

Triggered via push June 21, 2024 21:53
Status Success
Total duration 1m 43s
Artifacts 1

ci.yaml

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

Annotations

8 warnings
Test for mutants (ubuntu-latest, 8.3): src/Check/DefaultSourceChecker.php#L35
Escaped Mutant for Mutator "IfNegation": @@ @@ } foreach ($this->handlers as $handler) { foreach ($handler::getSupported() as $supported) { - if (is_a($source, $supported)) { + if (!is_a($source, $supported)) { return $handler->isValid($source); } }
Test for mutants (ubuntu-latest, 8.3): src/Check/DefaultSourceChecker.php#L60
Escaped Mutant for Mutator "IfNegation": @@ @@ } foreach ($this->handlers as $handler) { foreach ($handler::getSupported() as $supported) { - if (is_a($source, $supported)) { + if (!is_a($source, $supported)) { return $handler->getLastChange($source); } }
Test for mutants (ubuntu-latest, 8.3): src/ClassSource.php#L72
Escaped Mutant for Mutator "FalseValue": @@ @@ // Internal class if ($file === false) { $datetime = DateTimeImmutable::createFromFormat('U', '0'); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } $time = filemtime($file);
Test for mutants (ubuntu-latest, 8.3): src/ClassSource.php#L78
Escaped Mutant for Mutator "FalseValue": @@ @@ return $datetime; } $time = filemtime($file); - assert($time !== false); + assert($time !== true); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); assert($datetime !== false); return $datetime;
Test for mutants (ubuntu-latest, 8.3): src/ClassSource.php#L81
Escaped Mutant for Mutator "FalseValue": @@ @@ $time = filemtime($file); assert($time !== false); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } public function __toString(): string
Test for mutants (ubuntu-latest, 8.3): src/FunctionSource.php#L71
Escaped Mutant for Mutator "FalseValue": @@ @@ // Internal class if ($file === false) { $datetime = DateTimeImmutable::createFromFormat('U', '0'); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } $time = filemtime($file);
Test for mutants (ubuntu-latest, 8.3): src/FunctionSource.php#L77
Escaped Mutant for Mutator "FalseValue": @@ @@ return $datetime; } $time = filemtime($file); - assert($time !== false); + assert($time !== true); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); assert($datetime !== false); return $datetime;
Test for mutants (ubuntu-latest, 8.3): src/FunctionSource.php#L80
Escaped Mutant for Mutator "FalseValue": @@ @@ $time = filemtime($file); assert($time !== false); $datetime = DateTimeImmutable::createFromFormat('U', (string) $time); - assert($datetime !== false); + assert($datetime !== true); return $datetime; } public function __toString(): string

Artifacts

Produced during runtime
Name Size
Logs - Mutations
698 Bytes