Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#226) #27
infection.yml
on: push
0️⃣ Mutation Testing
1m 46s
Annotations
10 warnings
0️⃣ Mutation Testing:
src/CachingStrategy/AssetCache.php#L46
Escaped Mutant for Mutator "TrueValue":
@@ @@
$this->workbox = $serviceWorker->workbox;
$this->assetPublicPrefix = rtrim($publicAssetsPathResolver->resolvePublicPath(''), '/');
$options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR;
- if ($debug === true) {
+ if ($debug === false) {
$options |= JSON_PRETTY_PRINT;
}
$this->jsonOptions = $options;
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L71
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
//Always
['url' => '/favicon.ico', 'width' => 16, 'height' => 16, 'format' => 'ico', 'mimetype' => 'image/x-icon', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 16, 'height' => 16, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 32, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 31, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
//High resolution iOS
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L71
Escaped Mutant for Mutator "IncrementInteger":
@@ @@
//Always
['url' => '/favicon.ico', 'width' => 16, 'height' => 16, 'format' => 'ico', 'mimetype' => 'image/x-icon', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 16, 'height' => 16, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 32, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 33, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
//High resolution iOS
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L79
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 16, 'height' => 16, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 32, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
//High resolution iOS
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 179, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L79
Escaped Mutant for Mutator "IncrementInteger":
@@ @@
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 16, 'height' => 16, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 32, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
//High resolution iOS
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 181, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L80
Escaped Mutant for Mutator "IncrementInteger":
@@ @@
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 16, 'height' => 16, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 32, 'height' => 32, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
//High resolution iOS
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 181, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L88
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
//High resolution iOS
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 191, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
];
if ($this->favicons->lowResolution === true) {
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L88
Escaped Mutant for Mutator "IncrementInteger":
@@ @@
//High resolution iOS
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 193, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
];
if ($this->favicons->lowResolution === true) {
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L89
Escaped Mutant for Mutator "DecrementInteger":
@@ @@
//High resolution iOS
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 191, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
];
if ($this->favicons->lowResolution === true) {
|
0️⃣ Mutation Testing:
src/Service/FaviconsCompiler.php#L89
Escaped Mutant for Mutator "IncrementInteger":
@@ @@
//High resolution iOS
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 180, 'height' => 180, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'apple-touch-icon'],
//High resolution chrome
- ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 192, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
+ ['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 192, 'height' => 193, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
['url' => '/pwa/favicon-%dx%d-%s.png', 'width' => 512, 'height' => 512, 'format' => 'png', 'mimetype' => 'image/png', 'rel' => 'icon'],
];
if ($this->favicons->lowResolution === true) {
|