CI #47
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
7 warnings
Test for mutants (ubuntu-latest, 8.1):
src/ClassSource.php#L72
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
// 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.1):
src/ClassSource.php#L78
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
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.1):
src/ClassSource.php#L81
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
$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.1):
src/FunctionSource.php#L71
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
// 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.1):
src/FunctionSource.php#L77
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
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.1):
src/FunctionSource.php#L80
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
$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.1):
src/ParameterSource.php#L42
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
if ($reflector instanceof ReflectionMethod) {
return new MethodSource($reflector);
}
- assert($reflector instanceof ReflectionFunction);
+ assert(true);
return new FunctionSource($reflector);
}
public function getReflector() : ReflectionParameter
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Mutations
Expired
|
2.96 KB |
|