Skip to content

Restore run() method #62

Restore run() method

Restore run() method #62

Triggered via push August 27, 2024 07:22
Status Success
Total duration 1m 4s
Artifacts

ci.yml

on: push
Determine Supported PHP Versions
3s
Determine Supported PHP Versions
Lint and code standards
26s
Lint and code standards
Matrix: Unit and Integration tests
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Unit and Integration tests (8.3, trunk, true): src/Foo.php#L22
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * Bar. */ - public function bar(): string + protected function bar(): string { return 'Foo::bar()'; }
Unit and Integration tests (8.3, trunk, true): src/Foo.php#L31
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * * @return true */ - public function is_true(): bool + protected function is_true(): bool { return true; } }
Unit and Integration tests (8.3, trunk, true): src/Foo.php#L32
Escaped Mutant for Mutator "TrueValue": @@ @@ */ public function is_true(): bool { - return true; + return false; } }
Unit and Integration tests (8.3, latest): src/Foo.php#L22
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * Bar. */ - public function bar(): string + protected function bar(): string { return 'Foo::bar()'; }
Unit and Integration tests (8.3, latest): src/Foo.php#L31
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * * @return true */ - public function is_true(): bool + protected function is_true(): bool { return true; } }
Unit and Integration tests (8.3, latest): src/Foo.php#L32
Escaped Mutant for Mutator "TrueValue": @@ @@ */ public function is_true(): bool { - return true; + return false; } }
Unit and Integration tests (8.2, latest): src/Foo.php#L22
Escaped Mutant for Mutator "PublicVisibility": @@ @@ /** * Bar. */ - public function bar(): string + protected function bar(): string { return 'Foo::bar()'; }
Unit and Integration tests (8.2, latest): src/Foo.php#L31
Escaped Mutant for Mutator "PublicVisibility": @@ @@ * * @return true */ - public function is_true(): bool + protected function is_true(): bool { return true; } }
Unit and Integration tests (8.2, latest): src/Foo.php#L32
Escaped Mutant for Mutator "TrueValue": @@ @@ */ public function is_true(): bool { - return true; + return false; } }