From 63d14bf75c7ef62190827b3f8faa0b5aaefc39cd Mon Sep 17 00:00:00 2001
From: BrianHenryIE Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024.
+ Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024.
+ Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024.
+ Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024.
+ Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024.
+ Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
Legend
Legend
Legend
Legend
- 111.07
+ 116.89
- 8.14
+ 12.33
@@ -1621,7 +1621,7 @@
632 // strauss --updateCallSites=true 633 // strauss --updateCallSites=src,input,extra
- 634
+ 635 if ($input->hasOption('updateCallSites')) { 635 if ($input->hasOption('updateCallSites') && $input->getOption('updateCallSites') !== null) { 636 $updateCallSitesInput = $input->getOption('updateCallSites'); 637
@@ -1633,10 +1633,10 @@
638 if ('false' === $updateCallSitesInput) { 644 } 645 }
- 646
+ 647 if ($input->hasOption('deleteVendorPackages')) { 647 if ($input->hasOption('deleteVendorPackages') && $input->getOption('deleteVendorPackages') !== null) { 648 $isDeleteVendorPackagesCommandLine = $input->getOption('deleteVendorPackages') === 'true';
- 649 $this->setDeleteVendorPackages($isDeleteVendorPackagesCommandLine);
+ 650 } elseif ($input->hasOption('delete_vendor_packages')) { 650 } elseif ($input->hasOption('delete_vendor_packages') && $input->getOption('delete_vendor_packages') !== null) { 651 $isDeleteVendorPackagesCommandLine = $input->getOption('delete_vendor_packages') === 'true'; 652 $this->setDeleteVendorPackages($isDeleteVendorPackagesCommandLine);
@@ -1652,7 +1652,7 @@
653 } Legend
Project Risks
-
+ BrianHenryIE\Strauss\Composer\Extra\StraussConfig 111
@@ -145,8 +145,8 @@ BrianHenryIE\Strauss\Composer\Extra\StraussConfig 116 Project Risks
+ updateFromCli 12
- setExcludeFromCopy 12 updateFromCli 8
@@ -157,7 +157,7 @@ setExcludeFromPrefix 4 Project Risks
@@ -244,7 +244,7 @@ Project Risks
chart.yAxis.axisLabel('Cyclomatic Complexity');
d3.select('#classComplexity svg')
- .datum(getComplexityData([[81.75675675675676,76,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig<\/a>"]], 'Class Complexity'))
+ .datum(getComplexityData([[81.75675675675676,79,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig<\/a>"]], 'Class Complexity'))
.transition()
.duration(500)
.call(chart);
@@ -268,7 +268,7 @@ Project Risks
chart.yAxis.axisLabel('Method Complexity');
d3.select('#methodComplexity svg')
- .datum(getComplexityData([[92.5925925925926,26,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::__construct<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getTargetDirectory<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setTargetDirectory<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getVendorDirectory<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setVendorDirectory<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getNamespacePrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setNamespacePrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getClassmapPrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setClassmapPrefix<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getConstantsPrefix<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setConstantsPrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getUpdateCallSites<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setUpdateCallSites<\/a>"],[0,3,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludeFromCopy<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludePackagesFromCopy<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeNamespacesFromCopy<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeFilePatternsFromCopy<\/a>"],[66.66666666666666,4,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludeFromPrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludePackagesFromPrefixing<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludePackagesFromPrefixing<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeNamespacesFromPrefixing<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeFilePatternsFromPrefixing<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getOverrideAutoload<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setOverrideAutoload<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isDeleteVendorFiles<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isDeleteVendorPackages<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setDeleteVendorFiles<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setDeleteVendorPackages<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getPackages<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setPackages<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isClassmapOutput<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setClassmapOutput<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludePackages<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getNamespaceReplacementPatterns<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setNamespaceReplacementPatterns<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isIncludeModifiedDate<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setIncludeModifiedDate<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isIncludeAuthor<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setIncludeAuthor<\/a>"],[71.42857142857143,7,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::updateFromCli<\/a>"]], 'Method Complexity'))
+ .datum(getComplexityData([[92.5925925925926,26,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::__construct<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getTargetDirectory<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setTargetDirectory<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getVendorDirectory<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setVendorDirectory<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getNamespacePrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setNamespacePrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getClassmapPrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setClassmapPrefix<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getConstantsPrefix<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setConstantsPrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getUpdateCallSites<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setUpdateCallSites<\/a>"],[0,3,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludeFromCopy<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludePackagesFromCopy<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeNamespacesFromCopy<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeFilePatternsFromCopy<\/a>"],[66.66666666666666,4,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludeFromPrefix<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludePackagesFromPrefixing<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludePackagesFromPrefixing<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeNamespacesFromPrefixing<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getExcludeFilePatternsFromPrefixing<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getOverrideAutoload<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setOverrideAutoload<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isDeleteVendorFiles<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isDeleteVendorPackages<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setDeleteVendorFiles<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setDeleteVendorPackages<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getPackages<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setPackages<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isClassmapOutput<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setClassmapOutput<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setExcludePackages<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::getNamespaceReplacementPatterns<\/a>"],[0,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setNamespaceReplacementPatterns<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isIncludeModifiedDate<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setIncludeModifiedDate<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::isIncludeAuthor<\/a>"],[100,1,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::setIncludeAuthor<\/a>"],[71.42857142857143,10,"BrianHenryIE\\Strauss\\Composer\\Extra\\StraussConfig::updateFromCli<\/a>"]], 'Method Complexity'))
.transition()
.duration(500)
.call(chart);
diff --git a/Composer/Extra/index.html b/Composer/Extra/index.html
index ddf39062..88e48407 100644
--- a/Composer/Extra/index.html
+++ b/Composer/Extra/index.html
@@ -112,7 +112,7 @@ Legend
High: 90% to 100%
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Composer/ProjectComposerPackage.php.html b/Composer/ProjectComposerPackage.php.html index 34793f66..c21b781f 100644 --- a/Composer/ProjectComposerPackage.php.html +++ b/Composer/ProjectComposerPackage.php.html @@ -317,7 +317,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Composer/dashboard.html b/Composer/dashboard.html index ac66c1cc..918c1842 100644 --- a/Composer/dashboard.html +++ b/Composer/dashboard.html @@ -77,7 +77,7 @@- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Console/Application.php.html b/Console/Application.php.html index 65e90296..daa43d30 100644 --- a/Console/Application.php.html +++ b/Console/Application.php.html @@ -160,7 +160,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Console/Commands/Compose.php.html b/Console/Commands/Compose.php.html index b59e8f31..ec5c5cd1 100644 --- a/Console/Commands/Compose.php.html +++ b/Console/Commands/Compose.php.html @@ -882,7 +882,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Console/Commands/dashboard.html b/Console/Commands/dashboard.html index ef843b79..06368fed 100644 --- a/Console/Commands/dashboard.html +++ b/Console/Commands/dashboard.html @@ -160,7 +160,7 @@- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Console/dashboard.html b/Console/dashboard.html index 26a657c5..d0e2e13b 100644 --- a/Console/dashboard.html +++ b/Console/dashboard.html @@ -159,7 +159,7 @@- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Copier.php.html b/Copier.php.html index a60fc792..137f207a 100644 --- a/Copier.php.html +++ b/Copier.php.html @@ -270,7 +270,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/DependenciesEnumerator.php.html b/DependenciesEnumerator.php.html index 9bc1905f..652ff978 100644 --- a/DependenciesEnumerator.php.html +++ b/DependenciesEnumerator.php.html @@ -387,7 +387,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/DiscoveredFiles.php.html b/DiscoveredFiles.php.html index 0de57f45..71f23766 100644 --- a/DiscoveredFiles.php.html +++ b/DiscoveredFiles.php.html @@ -266,7 +266,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/DiscoveredSymbol.php.html b/DiscoveredSymbol.php.html index 0e96359b..2ed12ac1 100644 --- a/DiscoveredSymbol.php.html +++ b/DiscoveredSymbol.php.html @@ -326,7 +326,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/DiscoveredSymbols.php.html b/DiscoveredSymbols.php.html index 4ba8b3d9..85e4cde3 100644 --- a/DiscoveredSymbols.php.html +++ b/DiscoveredSymbols.php.html @@ -439,7 +439,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/File.php.html b/File.php.html index 389dee63..b71f4af2 100644 --- a/File.php.html +++ b/File.php.html @@ -713,7 +713,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/FileEnumerator.php.html b/FileEnumerator.php.html index 3c185c20..9f83403a 100644 --- a/FileEnumerator.php.html +++ b/FileEnumerator.php.html @@ -418,7 +418,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/FileScanner.php.html b/FileScanner.php.html index 0933956b..dec5dac1 100644 --- a/FileScanner.php.html +++ b/FileScanner.php.html @@ -929,7 +929,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Helpers/Path.php.html b/Helpers/Path.php.html index d12b7f99..fcbbb627 100644 --- a/Helpers/Path.php.html +++ b/Helpers/Path.php.html @@ -149,7 +149,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Helpers/dashboard.html b/Helpers/dashboard.html index 22cf541d..d685b789 100644 --- a/Helpers/dashboard.html +++ b/Helpers/dashboard.html @@ -138,7 +138,7 @@- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Licenser.php.html b/Licenser.php.html index 3e7ef7b5..fb552a88 100644 --- a/Licenser.php.html +++ b/Licenser.php.html @@ -538,7 +538,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Prefixer.php.html b/Prefixer.php.html index 57ccf28e..e7498e77 100644 --- a/Prefixer.php.html +++ b/Prefixer.php.html @@ -748,7 +748,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Types/ClassSymbol.php.html b/Types/ClassSymbol.php.html index 524f36b0..2eda5d42 100644 --- a/Types/ClassSymbol.php.html +++ b/Types/ClassSymbol.php.html @@ -96,7 +96,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Types/ConstantSymbol.php.html b/Types/ConstantSymbol.php.html index a7f42cb0..7c804965 100644 --- a/Types/ConstantSymbol.php.html +++ b/Types/ConstantSymbol.php.html @@ -96,7 +96,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Types/NamespaceSymbol.php.html b/Types/NamespaceSymbol.php.html index adcc99a2..141190e7 100644 --- a/Types/NamespaceSymbol.php.html +++ b/Types/NamespaceSymbol.php.html @@ -96,7 +96,7 @@Covered by small (and larger) testsCovered by medium (and large) testsCovered by large tests (and tests of unknown size)Not coveredNot coverable
- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/Types/dashboard.html b/Types/dashboard.html index 98ef4aca..0680a0f7 100644 --- a/Types/dashboard.html +++ b/Types/dashboard.html @@ -136,7 +136,7 @@- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.
diff --git a/dashboard.html b/dashboard.html index 20e6b5e8..b60fb7b1 100644 --- a/dashboard.html +++ b/dashboard.html @@ -97,7 +97,7 @@- Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon May 27 0:57:47 UTC 2024. + Generated by php-code-coverage 9.2.31 using PHP 7.4.33 and PHPUnit 9.6.19 at Mon Jun 10 21:00:54 UTC 2024.