From 6f7765d0aec6fa8708c655c98855184664be997c Mon Sep 17 00:00:00 2001
From: Eduardo Chongkan 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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024.
+ Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024.
+ Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024.
+ Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024.
+ Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
15 */ 16 public function __construct($secretKey = null)
- 17 {
+ 18 if ($secretKey) { 18 if ($secretKey) { 19 $secretKeyString = Buffer::from($secretKey)->toString(); 20 21 $this->keypair = Keypair::fromSecretKey($secretKeyString);
- 22 } else {
+ 23 $this->keypair = Keypair::generate(); 23 $this->keypair = Keypair::generate(); 24 } 25 }
@@ -210,7 +210,7 @@
26 37 */ 38 public function getSecretKey(): Buffer
- 39 {
+ 40 return $this->keypair->getSecretKey(); 40 return $this->keypair->getSecretKey(); 41 } 42
@@ -225,7 +225,7 @@
43 Legend
Legend
Legend
Legend
Project Risks
diff --git a/build/html-coverage/Accounts/Did/index.html b/build/html-coverage/Accounts/Did/index.html
index 045838d..a1c849e 100644
--- a/build/html-coverage/Accounts/Did/index.html
+++ b/build/html-coverage/Accounts/Did/index.html
@@ -95,7 +95,7 @@ Legend
High: 90% to 100%
- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/DidData.php.html b/build/html-coverage/Accounts/DidData.php.html index a153cbc..9eb9ca7 100644 --- a/build/html-coverage/Accounts/DidData.php.html +++ b/build/html-coverage/Accounts/DidData.php.html @@ -195,7 +195,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/Metadata.php.html b/build/html-coverage/Accounts/Metadata.php.html index 91850ac..d19601f 100644 --- a/build/html-coverage/Accounts/Metadata.php.html +++ b/build/html-coverage/Accounts/Metadata.php.html @@ -171,7 +171,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/MetadataData.php.html b/build/html-coverage/Accounts/MetadataData.php.html index ddd262a..05a89fe 100644 --- a/build/html-coverage/Accounts/MetadataData.php.html +++ b/build/html-coverage/Accounts/MetadataData.php.html @@ -170,7 +170,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/Sns/NameRegistryStateAccount.php.html b/build/html-coverage/Accounts/Sns/NameRegistryStateAccount.php.html index 366f505..df592ee 100644 --- a/build/html-coverage/Accounts/Sns/NameRegistryStateAccount.php.html +++ b/build/html-coverage/Accounts/Sns/NameRegistryStateAccount.php.html @@ -230,7 +230,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/Sns/NtfRecordAccount.php.html b/build/html-coverage/Accounts/Sns/NtfRecordAccount.php.html index 9316c17..2224f8c 100644 --- a/build/html-coverage/Accounts/Sns/NtfRecordAccount.php.html +++ b/build/html-coverage/Accounts/Sns/NtfRecordAccount.php.html @@ -242,7 +242,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/Sns/dashboard.html b/build/html-coverage/Accounts/Sns/dashboard.html index 926f0c0..c40d238 100644 --- a/build/html-coverage/Accounts/Sns/dashboard.html +++ b/build/html-coverage/Accounts/Sns/dashboard.html @@ -148,7 +148,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Accounts/dashboard.html b/build/html-coverage/Accounts/dashboard.html index 79c9593..750d672 100644 --- a/build/html-coverage/Accounts/dashboard.html +++ b/build/html-coverage/Accounts/dashboard.html @@ -147,7 +147,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/BinaryReader.php.html b/build/html-coverage/Borsh/BinaryReader.php.html index 0618755..67d182c 100644 --- a/build/html-coverage/Borsh/BinaryReader.php.html +++ b/build/html-coverage/Borsh/BinaryReader.php.html @@ -540,8 +540,8 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/BinaryWriter.php.html b/build/html-coverage/Borsh/BinaryWriter.php.html index 620d2a1..b8faab2 100644 --- a/build/html-coverage/Borsh/BinaryWriter.php.html +++ b/build/html-coverage/Borsh/BinaryWriter.php.html @@ -473,8 +473,8 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/Borsh.php.html b/build/html-coverage/Borsh/Borsh.php.html index 9dbde15..d9aed32 100644 --- a/build/html-coverage/Borsh/Borsh.php.html +++ b/build/html-coverage/Borsh/Borsh.php.html @@ -257,9 +257,9 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/BorshDeserializable.php.html b/build/html-coverage/Borsh/BorshDeserializable.php.html index a2f8204..f0946ed 100644 --- a/build/html-coverage/Borsh/BorshDeserializable.php.html +++ b/build/html-coverage/Borsh/BorshDeserializable.php.html @@ -230,7 +230,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/BorshException.php.html b/build/html-coverage/Borsh/BorshException.php.html index 6fc4c9f..a25c6f3 100644 --- a/build/html-coverage/Borsh/BorshException.php.html +++ b/build/html-coverage/Borsh/BorshException.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/BorshObject.php.html b/build/html-coverage/Borsh/BorshObject.php.html index d179c28..adae088 100644 --- a/build/html-coverage/Borsh/BorshObject.php.html +++ b/build/html-coverage/Borsh/BorshObject.php.html @@ -102,7 +102,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/BorshSerializable.php.html b/build/html-coverage/Borsh/BorshSerializable.php.html index 786f2ad..2deae34 100644 --- a/build/html-coverage/Borsh/BorshSerializable.php.html +++ b/build/html-coverage/Borsh/BorshSerializable.php.html @@ -147,17 +147,17 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Borsh/dashboard.html b/build/html-coverage/Borsh/dashboard.html index bc27df3..27535a0 100644 --- a/build/html-coverage/Borsh/dashboard.html +++ b/build/html-coverage/Borsh/dashboard.html @@ -169,7 +169,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Connection.php.html b/build/html-coverage/Connection.php.html index 9ea4497..38454dc 100644 --- a/build/html-coverage/Connection.php.html +++ b/build/html-coverage/Connection.php.html @@ -329,13 +329,13 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/AccountNotFoundException.php.html b/build/html-coverage/Exceptions/AccountNotFoundException.php.html index bef0e4b..8a7d928 100644 --- a/build/html-coverage/Exceptions/AccountNotFoundException.php.html +++ b/build/html-coverage/Exceptions/AccountNotFoundException.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/BaseSolanaPhpSdkException.php.html b/build/html-coverage/Exceptions/BaseSolanaPhpSdkException.php.html index 21e2345..a9460f5 100644 --- a/build/html-coverage/Exceptions/BaseSolanaPhpSdkException.php.html +++ b/build/html-coverage/Exceptions/BaseSolanaPhpSdkException.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/GenericException.php.html b/build/html-coverage/Exceptions/GenericException.php.html index 533d836..be21933 100644 --- a/build/html-coverage/Exceptions/GenericException.php.html +++ b/build/html-coverage/Exceptions/GenericException.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/InputValidationException.php.html b/build/html-coverage/Exceptions/InputValidationException.php.html index 49d3247..de02a19 100644 --- a/build/html-coverage/Exceptions/InputValidationException.php.html +++ b/build/html-coverage/Exceptions/InputValidationException.php.html @@ -94,7 +94,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/InvalidIdResponseException.php.html b/build/html-coverage/Exceptions/InvalidIdResponseException.php.html index 862e5f8..8f4efe3 100644 --- a/build/html-coverage/Exceptions/InvalidIdResponseException.php.html +++ b/build/html-coverage/Exceptions/InvalidIdResponseException.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/MethodNotFoundException.php.html b/build/html-coverage/Exceptions/MethodNotFoundException.php.html index e0ad57f..e584fd9 100644 --- a/build/html-coverage/Exceptions/MethodNotFoundException.php.html +++ b/build/html-coverage/Exceptions/MethodNotFoundException.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/SNSError.php.html b/build/html-coverage/Exceptions/SNSError.php.html index c0b90fd..063cb6a 100644 --- a/build/html-coverage/Exceptions/SNSError.php.html +++ b/build/html-coverage/Exceptions/SNSError.php.html @@ -187,7 +187,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/TodoException.php.html b/build/html-coverage/Exceptions/TodoException.php.html index e1defa5..6cccc9c 100644 --- a/build/html-coverage/Exceptions/TodoException.php.html +++ b/build/html-coverage/Exceptions/TodoException.php.html @@ -152,7 +152,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/TokenAccountNotFoundError.php.html b/build/html-coverage/Exceptions/TokenAccountNotFoundError.php.html index a1af8f4..4864cea 100644 --- a/build/html-coverage/Exceptions/TokenAccountNotFoundError.php.html +++ b/build/html-coverage/Exceptions/TokenAccountNotFoundError.php.html @@ -95,7 +95,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/TokenInvalidAccountOwnerError.php.html b/build/html-coverage/Exceptions/TokenInvalidAccountOwnerError.php.html index 243949c..9da2886 100644 --- a/build/html-coverage/Exceptions/TokenInvalidAccountOwnerError.php.html +++ b/build/html-coverage/Exceptions/TokenInvalidAccountOwnerError.php.html @@ -95,7 +95,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/TokenInvalidMintError.php.html b/build/html-coverage/Exceptions/TokenInvalidMintError.php.html index 063d69b..b269191 100644 --- a/build/html-coverage/Exceptions/TokenInvalidMintError.php.html +++ b/build/html-coverage/Exceptions/TokenInvalidMintError.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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/TokenOwnerOffCurveError.php.html b/build/html-coverage/Exceptions/TokenOwnerOffCurveError.php.html index 353cff8..20d5417 100644 --- a/build/html-coverage/Exceptions/TokenOwnerOffCurveError.php.html +++ b/build/html-coverage/Exceptions/TokenOwnerOffCurveError.php.html @@ -95,7 +95,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Exceptions/dashboard.html b/build/html-coverage/Exceptions/dashboard.html index b8b8e4b..43091e3 100644 --- a/build/html-coverage/Exceptions/dashboard.html +++ b/build/html-coverage/Exceptions/dashboard.html @@ -140,7 +140,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Interfaces/AccountKeyInterface.php.html b/build/html-coverage/Interfaces/AccountKeyInterface.php.html index 71d2300..9a95475 100644 --- a/build/html-coverage/Interfaces/AccountKeyInterface.php.html +++ b/build/html-coverage/Interfaces/AccountKeyInterface.php.html @@ -83,7 +83,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Interfaces/dashboard.html b/build/html-coverage/Interfaces/dashboard.html index 71ad7fd..acbdfeb 100644 --- a/build/html-coverage/Interfaces/dashboard.html +++ b/build/html-coverage/Interfaces/dashboard.html @@ -136,7 +136,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Keypair.php.html b/build/html-coverage/Keypair.php.html index 7574893..3e4a4f5 100644 --- a/build/html-coverage/Keypair.php.html +++ b/build/html-coverage/Keypair.php.html @@ -282,17 +282,17 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Message.php.html b/build/html-coverage/Message.php.html index b958343..dbfa189 100644 --- a/build/html-coverage/Message.php.html +++ b/build/html-coverage/Message.php.html @@ -368,17 +368,17 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Program.php.html b/build/html-coverage/Program.php.html index 701c529..7d4ab9f 100644 --- a/build/html-coverage/Program.php.html +++ b/build/html-coverage/Program.php.html @@ -163,8 +163,8 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Programs/DidSolProgram.php.html b/build/html-coverage/Programs/DidSolProgram.php.html index 8955f3a..d2c1e93 100644 --- a/build/html-coverage/Programs/DidSolProgram.php.html +++ b/build/html-coverage/Programs/DidSolProgram.php.html @@ -361,7 +361,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Programs/MetaplexProgram.php.html b/build/html-coverage/Programs/MetaplexProgram.php.html index b6b3716..14136eb 100644 --- a/build/html-coverage/Programs/MetaplexProgram.php.html +++ b/build/html-coverage/Programs/MetaplexProgram.php.html @@ -172,7 +172,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Programs/SplToken/Actions/SPLTokenActions.php.html b/build/html-coverage/Programs/SplToken/Actions/SPLTokenActions.php.html index c32dfc3..2341d96 100644 --- a/build/html-coverage/Programs/SplToken/Actions/SPLTokenActions.php.html +++ b/build/html-coverage/Programs/SplToken/Actions/SPLTokenActions.php.html @@ -45,15 +45,15 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Programs/SplToken/Actions/dashboard.html b/build/html-coverage/Programs/SplToken/Actions/dashboard.html index a343c78..44cd12c 100644 --- a/build/html-coverage/Programs/SplToken/Actions/dashboard.html +++ b/build/html-coverage/Programs/SplToken/Actions/dashboard.html @@ -60,7 +60,6 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Programs/SystemProgram.php.html b/build/html-coverage/Programs/SystemProgram.php.html index d5196ec..febb440 100644 --- a/build/html-coverage/Programs/SystemProgram.php.html +++ b/build/html-coverage/Programs/SystemProgram.php.html @@ -283,7 +283,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Programs/dashboard.html b/build/html-coverage/Programs/dashboard.html index c2eba35..0dd39f2 100644 --- a/build/html-coverage/Programs/dashboard.html +++ b/build/html-coverage/Programs/dashboard.html @@ -59,17 +59,6 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/SolanaRpcClient.php.html b/build/html-coverage/SolanaRpcClient.php.html index 84074d8..c2d67e7 100644 --- a/build/html-coverage/SolanaRpcClient.php.html +++ b/build/html-coverage/SolanaRpcClient.php.html @@ -286,10 +286,10 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/State/Account.php.html b/build/html-coverage/State/Account.php.html index 69d5bba..e0811dd 100644 --- a/build/html-coverage/State/Account.php.html +++ b/build/html-coverage/State/Account.php.html @@ -195,7 +195,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/State/dashboard.html b/build/html-coverage/State/dashboard.html index 067ba6f..6a7255e 100644 --- a/build/html-coverage/State/dashboard.html +++ b/build/html-coverage/State/dashboard.html @@ -138,7 +138,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/State/mint.php.html b/build/html-coverage/State/mint.php.html index ab2412b..dda64df 100644 --- a/build/html-coverage/State/mint.php.html +++ b/build/html-coverage/State/mint.php.html @@ -184,7 +184,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Transaction.php.html b/build/html-coverage/Transaction.php.html index 0ab43c9..61ded1f 100644 --- a/build/html-coverage/Transaction.php.html +++ b/build/html-coverage/Transaction.php.html @@ -44,13 +44,13 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/TransactionInstruction.php.html b/build/html-coverage/TransactionInstruction.php.html index cdfbd9e..edf4bc5 100644 --- a/build/html-coverage/TransactionInstruction.php.html +++ b/build/html-coverage/TransactionInstruction.php.html @@ -145,9 +145,9 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/AccountMeta.php.html b/build/html-coverage/Util/AccountMeta.php.html index e7fcdfa..60d9f74 100644 --- a/build/html-coverage/Util/AccountMeta.php.html +++ b/build/html-coverage/Util/AccountMeta.php.html @@ -164,14 +164,14 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/Buffer.php.html b/build/html-coverage/Util/Buffer.php.html index d9d3f53..f542af6 100644 --- a/build/html-coverage/Util/Buffer.php.html +++ b/build/html-coverage/Util/Buffer.php.html @@ -510,30 +510,30 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/Commitment.php.html b/build/html-coverage/Util/Commitment.php.html index e43b6fb..ef2741e 100644 --- a/build/html-coverage/Util/Commitment.php.html +++ b/build/html-coverage/Util/Commitment.php.html @@ -235,15 +235,15 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/CompiledInstruction.php.html b/build/html-coverage/Util/CompiledInstruction.php.html index 2d2c435..5ccb8a8 100644 --- a/build/html-coverage/Util/CompiledInstruction.php.html +++ b/build/html-coverage/Util/CompiledInstruction.php.html @@ -149,9 +149,9 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/ConfirmOptions.php.html b/build/html-coverage/Util/ConfirmOptions.php.html index e129034..03b7420 100644 --- a/build/html-coverage/Util/ConfirmOptions.php.html +++ b/build/html-coverage/Util/ConfirmOptions.php.html @@ -161,11 +161,11 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/HasPublicKey.php.html b/build/html-coverage/Util/HasPublicKey.php.html index 8f3f6ba..2a6aa2d 100644 --- a/build/html-coverage/Util/HasPublicKey.php.html +++ b/build/html-coverage/Util/HasPublicKey.php.html @@ -82,7 +82,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/HasSecretKey.php.html b/build/html-coverage/Util/HasSecretKey.php.html index 65cd1b7..01afad5 100644 --- a/build/html-coverage/Util/HasSecretKey.php.html +++ b/build/html-coverage/Util/HasSecretKey.php.html @@ -80,7 +80,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/MessageHeader.php.html b/build/html-coverage/Util/MessageHeader.php.html index f3ea97b..62dab1d 100644 --- a/build/html-coverage/Util/MessageHeader.php.html +++ b/build/html-coverage/Util/MessageHeader.php.html @@ -144,9 +144,9 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/NonceInformation.php.html b/build/html-coverage/Util/NonceInformation.php.html index b94365e..ad0df6a 100644 --- a/build/html-coverage/Util/NonceInformation.php.html +++ b/build/html-coverage/Util/NonceInformation.php.html @@ -155,7 +155,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/ShortVec.php.html b/build/html-coverage/Util/ShortVec.php.html index 14ca641..bc017c1 100644 --- a/build/html-coverage/Util/ShortVec.php.html +++ b/build/html-coverage/Util/ShortVec.php.html @@ -179,21 +179,21 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/SignaturePubkeyPair.php.html b/build/html-coverage/Util/SignaturePubkeyPair.php.html index e07e8d1..096ecf8 100644 --- a/build/html-coverage/Util/SignaturePubkeyPair.php.html +++ b/build/html-coverage/Util/SignaturePubkeyPair.php.html @@ -163,13 +163,13 @@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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/Signer.php.html b/build/html-coverage/Util/Signer.php.html index 232e258..7c932a2 100644 --- a/build/html-coverage/Util/Signer.php.html +++ b/build/html-coverage/Util/Signer.php.html @@ -209,7 +209,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 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/Util/dashboard.html b/build/html-coverage/Util/dashboard.html index 5c3ea27..d7dffeb 100644 --- a/build/html-coverage/Util/dashboard.html +++ b/build/html-coverage/Util/dashboard.html @@ -158,7 +158,7 @@- Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:11:19 UTC 2024. + Generated by php-code-coverage 10.1.14 using PHP 8.3.2 and PHPUnit 10.5.20 at Sat May 4 19:31:53 UTC 2024.
diff --git a/build/html-coverage/dashboard.html b/build/html-coverage/dashboard.html index 5a5dfc3..fe241cc 100644 --- a/build/html-coverage/dashboard.html +++ b/build/html-coverage/dashboard.html @@ -62,20 +62,9 @@