Setup mutation testing #1507
Annotations
4 errors and 3 warnings
Coding Standard
Process completed with exit code 2.
|
Mutation Testing (8.4)
Process completed with exit code 1.
|
Mutation Testing (8.3)
Process completed with exit code 1.
|
Mutation Testing (8.2)
Process completed with exit code 1.
|
Mutation Testing (8.4):
src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php#L74
Escaped Mutant for Mutator "TrinaryLogicMutator":
@@ @@
}
// testing stuff
$obj = (new ObjectType('Doctrine\ORM\QueryBuilder'))->isSuperTypeOf($calledOnType);
- if ($obj->yes()) {
+ if (!$obj->no()) {
$x = 1;
} else {
$x = 2;
|
Mutation Testing (8.3):
src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php#L74
Escaped Mutant for Mutator "TrinaryLogicMutator":
@@ @@
}
// testing stuff
$obj = (new ObjectType('Doctrine\ORM\QueryBuilder'))->isSuperTypeOf($calledOnType);
- if ($obj->yes()) {
+ if (!$obj->no()) {
$x = 1;
} else {
$x = 2;
|
Mutation Testing (8.2):
src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php#L74
Escaped Mutant for Mutator "TrinaryLogicMutator":
@@ @@
}
// testing stuff
$obj = (new ObjectType('Doctrine\ORM\QueryBuilder'))->isSuperTypeOf($calledOnType);
- if ($obj->yes()) {
+ if (!$obj->no()) {
$x = 1;
} else {
$x = 2;
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
result-cache-7.4
|
62.5 KB |
sha256:895f31d04132dc856e3a9c3c46abc72f91356f53bd9581b1b70c55f7224938cf
|
|
result-cache-8.0
|
62.9 KB |
sha256:a042c09e7e01d45f106c802c6a837715dda9253fb685543a8f85494486fa9080
|
|
result-cache-8.1
|
62.9 KB |
sha256:c313c608ca4aef9c5338e3b2a039d67f5b31a741c4cf12dc2ace64677e35f7b8
|
|
result-cache-8.2
|
63 KB |
sha256:41870b06f5cde5742d95ed7fd9e81fe02c00e90b9a1cd517f8d9431375b1fe54
|
|
result-cache-8.3
|
63 KB |
sha256:bf9a8e23c1e1dbd51181032ab3a26c2f55431ab2834bcf7ecf325d017596916c
|
|
result-cache-8.3-packages-updated
|
63.4 KB |
sha256:850ad6fef1bedc13eb3f72e25e0597bd0c186b385f5e6b25085c43ce85cf6b93
|
|
result-cache-8.4
|
63 KB |
sha256:62ff2c470b9d102f61b9c592c1828d51c9353fc77524408980044d1deaf21f82
|
|