From e83a46a60ddd41b01a5b7569ce8810b51b2646b2 Mon Sep 17 00:00:00 2001 From: TravisCI Date: Sat, 26 Sep 2015 15:05:30 +0000 Subject: [PATCH] Travis pushed coverage of db6d4e0dc62f21f021959548b13458dc9ab00f5c@master to gh-pages --- master/AbstractServer.php.html | 2 +- master/AuthorizationServer.php.html | 2 +- master/Entity/AbstractTokenEntity.php.html | 24 +- master/Entity/AccessTokenEntity.php.html | 2 +- master/Entity/AuthCodeEntity.php.html | 2 +- master/Entity/ClientEntity.php.html | 2 +- master/Entity/EntityTrait.php.html | 2 +- master/Entity/RefreshTokenEntity.php.html | 2 +- master/Entity/ScopeEntity.php.html | 2 +- master/Entity/SessionEntity.php.html | 2 +- master/Entity/dashboard.html | 2 +- master/Entity/index.html | 2 +- .../ClientAuthenticationFailedEvent.php.html | 2 +- master/Event/SessionOwnerEvent.php.html | 2 +- .../UserAuthenticationFailedEvent.php.html | 2 +- master/Event/dashboard.html | 2 +- master/Event/index.html | 2 +- .../Exception/AccessDeniedException.php.html | 2 +- .../Exception/InvalidClientException.php.html | 2 +- .../InvalidCredentialsException.php.html | 2 +- .../Exception/InvalidGrantException.php.html | 2 +- .../InvalidRefreshException.php.html | 2 +- .../InvalidRequestException.php.html | 2 +- .../Exception/InvalidScopeException.php.html | 2 +- master/Exception/OAuthException.php.html | 2 +- .../Exception/ServerErrorException.php.html | 2 +- .../UnauthorizedClientException.php.html | 2 +- .../UnsupportedGrantTypeException.php.html | 2 +- .../UnsupportedResponseTypeException.php.html | 2 +- master/Exception/dashboard.html | 2 +- master/Exception/index.html | 2 +- master/Grant/AbstractGrant.php.html | 2 +- master/Grant/AuthCodeGrant.php.html | 2 +- master/Grant/ClientCredentialsGrant.php.html | 2 +- master/Grant/GrantTypeInterface.php.html | 39 ++- master/Grant/PasswordGrant.php.html | 2 +- master/Grant/RefreshTokenGrant.php.html | 2 +- master/Grant/dashboard.html | 2 +- master/Grant/index.html | 37 ++- master/ResourceServer.php.html | 2 +- master/Storage/AbstractStorage.php.html | 2 +- master/Storage/AccessTokenInterface.php.html | 39 ++- master/Storage/AuthCodeInterface.php.html | 39 ++- master/Storage/ClientInterface.php.html | 39 ++- master/Storage/MacTokenInterface.php.html | 39 ++- master/Storage/RefreshTokenInterface.php.html | 39 ++- master/Storage/ScopeInterface.php.html | 39 ++- master/Storage/SessionInterface.php.html | 39 ++- master/Storage/StorageInterface.php.html | 39 ++- master/Storage/dashboard.html | 2 +- master/Storage/index.html | 282 +++++++++++++----- master/TokenType/AbstractTokenType.php.html | 2 +- master/TokenType/Bearer.php.html | 2 +- master/TokenType/MAC.php.html | 54 ++-- master/TokenType/TokenTypeInterface.php.html | 39 ++- master/TokenType/dashboard.html | 14 +- master/TokenType/index.html | 61 ++-- .../KeyAlgorithm/DefaultAlgorithm.php.html | 2 +- .../KeyAlgorithmInterface.php.html | 39 ++- master/Util/KeyAlgorithm/dashboard.html | 2 +- master/Util/KeyAlgorithm/index.html | 37 ++- master/Util/RedirectUri.php.html | 2 +- master/Util/SecureKey.php.html | 2 +- master/Util/dashboard.html | 2 +- master/Util/index.html | 2 +- master/dashboard.html | 18 +- master/index.html | 22 +- 67 files changed, 702 insertions(+), 370 deletions(-) diff --git a/master/AbstractServer.php.html b/master/AbstractServer.php.html index 5bf623bf..821e4984 100644 --- a/master/AbstractServer.php.html +++ b/master/AbstractServer.php.html @@ -934,7 +934,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/AuthorizationServer.php.html b/master/AuthorizationServer.php.html index aa5b1b65..41311ad5 100644 --- a/master/AuthorizationServer.php.html +++ b/master/AuthorizationServer.php.html @@ -746,7 +746,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/AbstractTokenEntity.php.html b/master/Entity/AbstractTokenEntity.php.html index f05a83ba..a962dda4 100644 --- a/master/Entity/AbstractTokenEntity.php.html +++ b/master/Entity/AbstractTokenEntity.php.html @@ -320,9 +320,14 @@
100.00%
1 / 1
1 -   -
-
 
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -336,9 +341,14 @@
100.00%
1 / 1
1 -   -
-
 
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -567,7 +577,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/AccessTokenEntity.php.html b/master/Entity/AccessTokenEntity.php.html index 1daf9834..f6c2d82d 100644 --- a/master/Entity/AccessTokenEntity.php.html +++ b/master/Entity/AccessTokenEntity.php.html @@ -314,7 +314,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/AuthCodeEntity.php.html b/master/Entity/AuthCodeEntity.php.html index 417eb807..86d1aa9a 100644 --- a/master/Entity/AuthCodeEntity.php.html +++ b/master/Entity/AuthCodeEntity.php.html @@ -391,7 +391,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/ClientEntity.php.html b/master/Entity/ClientEntity.php.html index 02944d95..b603dc85 100644 --- a/master/Entity/ClientEntity.php.html +++ b/master/Entity/ClientEntity.php.html @@ -332,7 +332,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/EntityTrait.php.html b/master/Entity/EntityTrait.php.html index 07f7b348..330d2058 100644 --- a/master/Entity/EntityTrait.php.html +++ b/master/Entity/EntityTrait.php.html @@ -170,7 +170,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/RefreshTokenEntity.php.html b/master/Entity/RefreshTokenEntity.php.html index 837b738c..5672ed67 100644 --- a/master/Entity/RefreshTokenEntity.php.html +++ b/master/Entity/RefreshTokenEntity.php.html @@ -315,7 +315,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/ScopeEntity.php.html b/master/Entity/ScopeEntity.php.html index 65c2d6bd..0c5745d8 100644 --- a/master/Entity/ScopeEntity.php.html +++ b/master/Entity/ScopeEntity.php.html @@ -290,7 +290,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/SessionEntity.php.html b/master/Entity/SessionEntity.php.html index 333c03fc..b49ab651 100644 --- a/master/Entity/SessionEntity.php.html +++ b/master/Entity/SessionEntity.php.html @@ -739,7 +739,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Entity/dashboard.html b/master/Entity/dashboard.html index 0aeb760d..7c0fe906 100644 --- a/master/Entity/dashboard.html +++ b/master/Entity/dashboard.html @@ -143,7 +143,7 @@ diff --git a/master/Entity/index.html b/master/Entity/index.html index eb373f4b..df9db989 100644 --- a/master/Entity/index.html +++ b/master/Entity/index.html @@ -305,7 +305,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Event/ClientAuthenticationFailedEvent.php.html b/master/Event/ClientAuthenticationFailedEvent.php.html index 4bcda6d0..e5ea2ed4 100644 --- a/master/Event/ClientAuthenticationFailedEvent.php.html +++ b/master/Event/ClientAuthenticationFailedEvent.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Event/SessionOwnerEvent.php.html b/master/Event/SessionOwnerEvent.php.html index 476b74bf..addb06e3 100644 --- a/master/Event/SessionOwnerEvent.php.html +++ b/master/Event/SessionOwnerEvent.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Event/UserAuthenticationFailedEvent.php.html b/master/Event/UserAuthenticationFailedEvent.php.html index e9965d9a..1b6ee9b4 100644 --- a/master/Event/UserAuthenticationFailedEvent.php.html +++ b/master/Event/UserAuthenticationFailedEvent.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Event/dashboard.html b/master/Event/dashboard.html index 8448b0b9..12bdde9d 100644 --- a/master/Event/dashboard.html +++ b/master/Event/dashboard.html @@ -141,7 +141,7 @@ diff --git a/master/Event/index.html b/master/Event/index.html index dca9ee45..d3452216 100644 --- a/master/Event/index.html +++ b/master/Event/index.html @@ -165,7 +165,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/AccessDeniedException.php.html b/master/Exception/AccessDeniedException.php.html index 85d2f567..6a1bdd73 100644 --- a/master/Exception/AccessDeniedException.php.html +++ b/master/Exception/AccessDeniedException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/InvalidClientException.php.html b/master/Exception/InvalidClientException.php.html index 9e4fcd8e..c30ad7cf 100644 --- a/master/Exception/InvalidClientException.php.html +++ b/master/Exception/InvalidClientException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/InvalidCredentialsException.php.html b/master/Exception/InvalidCredentialsException.php.html index c8b081c7..546ad756 100644 --- a/master/Exception/InvalidCredentialsException.php.html +++ b/master/Exception/InvalidCredentialsException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/InvalidGrantException.php.html b/master/Exception/InvalidGrantException.php.html index feca5d0b..2757236e 100644 --- a/master/Exception/InvalidGrantException.php.html +++ b/master/Exception/InvalidGrantException.php.html @@ -180,7 +180,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/InvalidRefreshException.php.html b/master/Exception/InvalidRefreshException.php.html index 144487d9..4c6d2a70 100644 --- a/master/Exception/InvalidRefreshException.php.html +++ b/master/Exception/InvalidRefreshException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/InvalidRequestException.php.html b/master/Exception/InvalidRequestException.php.html index 4a47f287..31d70309 100644 --- a/master/Exception/InvalidRequestException.php.html +++ b/master/Exception/InvalidRequestException.php.html @@ -182,7 +182,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/InvalidScopeException.php.html b/master/Exception/InvalidScopeException.php.html index 82d344ba..79ac37cd 100644 --- a/master/Exception/InvalidScopeException.php.html +++ b/master/Exception/InvalidScopeException.php.html @@ -182,7 +182,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/OAuthException.php.html b/master/Exception/OAuthException.php.html index 3e35d162..b30f9c54 100644 --- a/master/Exception/OAuthException.php.html +++ b/master/Exception/OAuthException.php.html @@ -366,7 +366,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/ServerErrorException.php.html b/master/Exception/ServerErrorException.php.html index 655e2bbc..46bb0d91 100644 --- a/master/Exception/ServerErrorException.php.html +++ b/master/Exception/ServerErrorException.php.html @@ -176,7 +176,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/UnauthorizedClientException.php.html b/master/Exception/UnauthorizedClientException.php.html index 43ac700f..b642a217 100644 --- a/master/Exception/UnauthorizedClientException.php.html +++ b/master/Exception/UnauthorizedClientException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/UnsupportedGrantTypeException.php.html b/master/Exception/UnsupportedGrantTypeException.php.html index 8ac95799..b54b4975 100644 --- a/master/Exception/UnsupportedGrantTypeException.php.html +++ b/master/Exception/UnsupportedGrantTypeException.php.html @@ -180,7 +180,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/UnsupportedResponseTypeException.php.html b/master/Exception/UnsupportedResponseTypeException.php.html index 5fcd124a..05b75b6a 100644 --- a/master/Exception/UnsupportedResponseTypeException.php.html +++ b/master/Exception/UnsupportedResponseTypeException.php.html @@ -175,7 +175,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Exception/dashboard.html b/master/Exception/dashboard.html index 2db7b388..a6ca8968 100644 --- a/master/Exception/dashboard.html +++ b/master/Exception/dashboard.html @@ -138,7 +138,7 @@ diff --git a/master/Exception/index.html b/master/Exception/index.html index 2b5ab1cd..f9315fb6 100644 --- a/master/Exception/index.html +++ b/master/Exception/index.html @@ -417,7 +417,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/AbstractGrant.php.html b/master/Grant/AbstractGrant.php.html index cb9a6373..e47b71fc 100644 --- a/master/Grant/AbstractGrant.php.html +++ b/master/Grant/AbstractGrant.php.html @@ -481,7 +481,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/AuthCodeGrant.php.html b/master/Grant/AuthCodeGrant.php.html index 80263dc4..f043c87c 100644 --- a/master/Grant/AuthCodeGrant.php.html +++ b/master/Grant/AuthCodeGrant.php.html @@ -545,7 +545,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/ClientCredentialsGrant.php.html b/master/Grant/ClientCredentialsGrant.php.html index c8fa41fc..5e1e8d2a 100644 --- a/master/Grant/ClientCredentialsGrant.php.html +++ b/master/Grant/ClientCredentialsGrant.php.html @@ -259,7 +259,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/GrantTypeInterface.php.html b/master/Grant/GrantTypeInterface.php.html index b673a256..f673a83b 100644 --- a/master/Grant/GrantTypeInterface.php.html +++ b/master/Grant/GrantTypeInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -131,7 +146,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/PasswordGrant.php.html b/master/Grant/PasswordGrant.php.html index 9551dfd5..93c5d05c 100644 --- a/master/Grant/PasswordGrant.php.html +++ b/master/Grant/PasswordGrant.php.html @@ -361,7 +361,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/RefreshTokenGrant.php.html b/master/Grant/RefreshTokenGrant.php.html index 8c91ff4a..c6d7803f 100644 --- a/master/Grant/RefreshTokenGrant.php.html +++ b/master/Grant/RefreshTokenGrant.php.html @@ -486,7 +486,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Grant/dashboard.html b/master/Grant/dashboard.html index 1de3fdd2..9567a1ce 100644 --- a/master/Grant/dashboard.html +++ b/master/Grant/dashboard.html @@ -138,7 +138,7 @@ diff --git a/master/Grant/index.html b/master/Grant/index.html index c305e523..dbd955ed 100644 --- a/master/Grant/index.html +++ b/master/Grant/index.html @@ -154,16 +154,31 @@ - GrantTypeInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ GrantTypeInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
@@ -234,7 +249,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/ResourceServer.php.html b/master/ResourceServer.php.html index 31fdd66d..1dc7aa32 100644 --- a/master/ResourceServer.php.html +++ b/master/ResourceServer.php.html @@ -380,7 +380,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/AbstractStorage.php.html b/master/Storage/AbstractStorage.php.html index dbfe9a46..8f527a0c 100644 --- a/master/Storage/AbstractStorage.php.html +++ b/master/Storage/AbstractStorage.php.html @@ -209,7 +209,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/AccessTokenInterface.php.html b/master/Storage/AccessTokenInterface.php.html index eacbd646..614e0c1a 100644 --- a/master/Storage/AccessTokenInterface.php.html +++ b/master/Storage/AccessTokenInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -141,7 +156,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/AuthCodeInterface.php.html b/master/Storage/AuthCodeInterface.php.html index 0854859c..39ffe85f 100644 --- a/master/Storage/AuthCodeInterface.php.html +++ b/master/Storage/AuthCodeInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -142,7 +157,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/ClientInterface.php.html b/master/Storage/ClientInterface.php.html index 92d77f47..f3ba075d 100644 --- a/master/Storage/ClientInterface.php.html +++ b/master/Storage/ClientInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -113,7 +128,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/MacTokenInterface.php.html b/master/Storage/MacTokenInterface.php.html index b7b02a52..00b4f64c 100644 --- a/master/Storage/MacTokenInterface.php.html +++ b/master/Storage/MacTokenInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -106,7 +121,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/RefreshTokenInterface.php.html b/master/Storage/RefreshTokenInterface.php.html index d88e6227..55f7d05a 100644 --- a/master/Storage/RefreshTokenInterface.php.html +++ b/master/Storage/RefreshTokenInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -121,7 +136,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/ScopeInterface.php.html b/master/Storage/ScopeInterface.php.html index 85c074c3..21d4db32 100644 --- a/master/Storage/ScopeInterface.php.html +++ b/master/Storage/ScopeInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -101,7 +116,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/SessionInterface.php.html b/master/Storage/SessionInterface.php.html index 36782552..a9d2c392 100644 --- a/master/Storage/SessionInterface.php.html +++ b/master/Storage/SessionInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -144,7 +159,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/StorageInterface.php.html b/master/Storage/StorageInterface.php.html index 00668a5b..d2f9ff6b 100644 --- a/master/Storage/StorageInterface.php.html +++ b/master/Storage/StorageInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -99,7 +114,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Storage/dashboard.html b/master/Storage/dashboard.html index f5633061..127be781 100644 --- a/master/Storage/dashboard.html +++ b/master/Storage/dashboard.html @@ -137,7 +137,7 @@ diff --git a/master/Storage/index.html b/master/Storage/index.html index bb904910..cb337df9 100644 --- a/master/Storage/index.html +++ b/master/Storage/index.html @@ -98,107 +98,227 @@ - AccessTokenInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ AccessTokenInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- AuthCodeInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ AuthCodeInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- ClientInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ ClientInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- MacTokenInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ MacTokenInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- RefreshTokenInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ RefreshTokenInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- ScopeInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ ScopeInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- SessionInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ SessionInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
- StorageInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ StorageInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
@@ -213,7 +333,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/TokenType/AbstractTokenType.php.html b/master/TokenType/AbstractTokenType.php.html index 4d7ef4a5..49b520cd 100644 --- a/master/TokenType/AbstractTokenType.php.html +++ b/master/TokenType/AbstractTokenType.php.html @@ -275,7 +275,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/TokenType/Bearer.php.html b/master/TokenType/Bearer.php.html index e5f03a2d..68ec8e92 100644 --- a/master/TokenType/Bearer.php.html +++ b/master/TokenType/Bearer.php.html @@ -211,7 +211,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/TokenType/MAC.php.html b/master/TokenType/MAC.php.html index eef3616a..f16c3d5e 100644 --- a/master/TokenType/MAC.php.html +++ b/master/TokenType/MAC.php.html @@ -60,14 +60,14 @@
50.00%
2 / 4
CRAP -
-
- 83.33% covered (warning) +
+
+ 93.94% covered (success)
-
83.33%
-
55 / 66
+
93.94%
+
62 / 66
@@ -88,15 +88,15 @@
50.00%
2 / 4
- 24.24 -
-
- 83.33% covered (warning) + 22.11 +
+
+ 93.94% covered (success)
-
83.33%
-
55 / 66
+
93.94%
+
62 / 66
@@ -172,15 +172,15 @@
0.00%
0 / 1
- 12.19 -
-
- 20.00% covered (danger) + 4.02 +
+
+ 90.00% covered (success)
-
20.00%
-
2 / 10
+
90.00%
+
9 / 10
@@ -330,18 +330,18 @@     private function hash_equals($knownString, $userString)     {         if (function_exists('\hash_equals')) { -             return \hash_equals($knownString, $userString); +             return \hash_equals($knownString, $userString);         } -         if (strlen($knownString) !== strlen($userString)) { -             return false; +         if (strlen($knownString) !== strlen($userString)) { +             return false;         } -         $len = strlen($knownString); -         $result = 0; -         for ($i = 0; $i < $len; $i++) { -             $result |= (ord($knownString[$i]) ^ ord($userString[$i])); -         } +         $len = strlen($knownString); +         $result = 0; +         for ($i = 0; $i < $len; $i++) { +             $result |= (ord($knownString[$i]) ^ ord($userString[$i])); +         }         // They are only identical strings if $result is exactly 0... -         return 0 === $result; +         return 0 === $result;     } } @@ -356,7 +356,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/TokenType/TokenTypeInterface.php.html b/master/TokenType/TokenTypeInterface.php.html index 9805aac7..418f4c4a 100644 --- a/master/TokenType/TokenTypeInterface.php.html +++ b/master/TokenType/TokenTypeInterface.php.html @@ -42,17 +42,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -140,7 +155,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/TokenType/dashboard.html b/master/TokenType/dashboard.html index 1587c510..026108c9 100644 --- a/master/TokenType/dashboard.html +++ b/master/TokenType/dashboard.html @@ -59,7 +59,6 @@ - MAC83% Bearer85% @@ -77,7 +76,6 @@ - MAC24 Bearer5 @@ -116,7 +114,6 @@ - hash_equals20% determineAccessTokenInHeader66% generateResponse83% @@ -135,7 +132,6 @@ - hash_equals12 determineAccessTokenInHeader3 generateResponse2 @@ -147,7 +143,7 @@
@@ -168,7 +164,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') - .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,2,0,1], "Class Coverage")) + .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,1,1,1], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -186,7 +182,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') - .datum(getCoverageDistributionData([0,0,0,1,0,0,0,1,0,1,0,7], "Method Coverage")) + .datum(getCoverageDistributionData([0,0,0,0,0,0,0,1,0,1,1,7], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -236,7 +232,7 @@ $(document).ready(function() { chart.yAxis.axisLabel('Cyclomatic Complexity'); d3.select('#classComplexity svg') - .datum(getComplexityData([[100,5,"AbstractTokenType<\/a>"],[85.714285714286,5,"Bearer<\/a>"],[83.333333333333,22,"MAC<\/a>"]], 'Class Complexity')) + .datum(getComplexityData([[100,5,"AbstractTokenType<\/a>"],[85.714285714286,5,"Bearer<\/a>"],[93.939393939394,22,"MAC<\/a>"]], 'Class Complexity')) .transition() .duration(500) .call(chart); @@ -260,7 +256,7 @@ $(document).ready(function() { chart.yAxis.axisLabel('Method Complexity'); d3.select('#methodComplexity svg') - .datum(getComplexityData([[100,1,"AbstractTokenType::setServer<\/a>"],[100,1,"AbstractTokenType::setSession<\/a>"],[100,1,"AbstractTokenType::setParam<\/a>"],[100,2,"AbstractTokenType::getParam<\/a>"],[100,2,"Bearer::generateResponse<\/a>"],[66.666666666667,3,"Bearer::determineAccessTokenInHeader<\/a>"],[83.333333333333,2,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[20,4,"MAC::hash_equals<\/a>"]], 'Method Complexity')) + .datum(getComplexityData([[100,1,"AbstractTokenType::setServer<\/a>"],[100,1,"AbstractTokenType::setSession<\/a>"],[100,1,"AbstractTokenType::setParam<\/a>"],[100,2,"AbstractTokenType::getParam<\/a>"],[100,2,"Bearer::generateResponse<\/a>"],[66.666666666667,3,"Bearer::determineAccessTokenInHeader<\/a>"],[83.333333333333,2,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[90,4,"MAC::hash_equals<\/a>"]], 'Method Complexity')) .transition() .duration(500) .call(chart); diff --git a/master/TokenType/index.html b/master/TokenType/index.html index c6436329..94eed4ef 100644 --- a/master/TokenType/index.html +++ b/master/TokenType/index.html @@ -42,15 +42,15 @@ - Total -
-
- 85.06% covered (warning) + Total +
+
+ 93.10% covered (success)
-
85.06%
-
74 / 87
+
93.10%
+
81 / 87
70.00% covered (warning) @@ -126,15 +126,15 @@ - MAC.php -
-
- 83.33% covered (warning) + MAC.php +
+
+ 93.94% covered (success)
-
83.33%
-
55 / 66
+
93.94%
+
62 / 66
50.00% covered (danger) @@ -154,16 +154,31 @@ - TokenTypeInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ TokenTypeInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
@@ -178,7 +193,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html b/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html index 64955647..21d887c4 100644 --- a/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html +++ b/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html @@ -174,7 +174,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html b/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html index 3c2f7cea..fa068837 100644 --- a/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html +++ b/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html @@ -43,17 +43,32 @@ - Total -   -
-
 
-   -
-
 
- CRAP -   -
-
 
+ Total +
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+ CRAP +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
@@ -97,7 +112,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Util/KeyAlgorithm/dashboard.html b/master/Util/KeyAlgorithm/dashboard.html index 7ab94e31..f823fcac 100644 --- a/master/Util/KeyAlgorithm/dashboard.html +++ b/master/Util/KeyAlgorithm/dashboard.html @@ -138,7 +138,7 @@
diff --git a/master/Util/KeyAlgorithm/index.html b/master/Util/KeyAlgorithm/index.html index fa0aa4ed..a02479b3 100644 --- a/master/Util/KeyAlgorithm/index.html +++ b/master/Util/KeyAlgorithm/index.html @@ -99,16 +99,31 @@ - KeyAlgorithmInterface.php -   -
-
 
-   -
-
 
-   -
-
 
+ KeyAlgorithmInterface.php +
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
100.00%
+
0 / 0
+
+
+ 100.00% covered (success) +
+
+ +
+
0 / 0
@@ -123,7 +138,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Util/RedirectUri.php.html b/master/Util/RedirectUri.php.html index e14bb535..d4a8fe62 100644 --- a/master/Util/RedirectUri.php.html +++ b/master/Util/RedirectUri.php.html @@ -171,7 +171,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Util/SecureKey.php.html b/master/Util/SecureKey.php.html index ed7d516a..9c0c1f7d 100644 --- a/master/Util/SecureKey.php.html +++ b/master/Util/SecureKey.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/Util/dashboard.html b/master/Util/dashboard.html index 6c12685d..6cc6004d 100644 --- a/master/Util/dashboard.html +++ b/master/Util/dashboard.html @@ -137,7 +137,7 @@
diff --git a/master/Util/index.html b/master/Util/index.html index d6d28ef0..b56f6a14 100644 --- a/master/Util/index.html +++ b/master/Util/index.html @@ -165,7 +165,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.

diff --git a/master/dashboard.html b/master/dashboard.html index c14154ca..81333671 100644 --- a/master/dashboard.html +++ b/master/dashboard.html @@ -58,9 +58,8 @@ - ClientAuthenticationFailedEvent75% UserAuthenticationFailedEvent75% - MAC83% + ClientAuthenticationFailedEvent75% AccessTokenEntity84% Bearer85% @@ -79,7 +78,6 @@ - MAC24 AccessTokenEntity9 Bearer5 @@ -120,11 +118,10 @@ setRequireClientSecret0% - getRequest0% getParameter0% + getRequest0% getRequest0% hasScope0% - hash_equals20% determineAccessTokenInHeader66% generateResponse83% formatScopes88% @@ -144,7 +141,6 @@ - hash_equals12 hasScope6 formatScopes4 determineAccessTokenInHeader3 @@ -158,7 +154,7 @@
@@ -179,7 +175,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') - .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,3,3,30], "Class Coverage")) + .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,2,4,30], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -197,7 +193,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') - .datum(getCoverageDistributionData([5,0,0,1,0,0,0,1,0,2,0,155], "Method Coverage")) + .datum(getCoverageDistributionData([5,0,0,0,0,0,0,1,0,2,1,155], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -247,7 +243,7 @@ $(document).ready(function() { chart.yAxis.axisLabel('Cyclomatic Complexity'); d3.select('#classComplexity svg') - .datum(getComplexityData([[100,24,"AbstractServer<\/a>"],[100,21,"AuthorizationServer<\/a>"],[96.296296296296,18,"AbstractTokenEntity<\/a>"],[84,9,"AccessTokenEntity<\/a>"],[100,11,"AuthCodeEntity<\/a>"],[100,5,"ClientEntity<\/a>"],[100,6,"RefreshTokenEntity<\/a>"],[100,4,"ScopeEntity<\/a>"],[100,23,"SessionEntity<\/a>"],[75,3,"ClientAuthenticationFailedEvent<\/a>"],[100,3,"SessionOwnerEvent<\/a>"],[75,3,"UserAuthenticationFailedEvent<\/a>"],[100,1,"AccessDeniedException<\/a>"],[100,1,"InvalidClientException<\/a>"],[100,1,"InvalidCredentialsException<\/a>"],[100,1,"InvalidGrantException<\/a>"],[100,1,"InvalidRefreshException<\/a>"],[100,1,"InvalidRequestException<\/a>"],[100,1,"InvalidScopeException<\/a>"],[96.153846153846,16,"OAuthException<\/a>"],[100,2,"ServerErrorException<\/a>"],[100,1,"UnauthorizedClientException<\/a>"],[100,1,"UnsupportedGrantTypeException<\/a>"],[100,1,"UnsupportedResponseTypeException<\/a>"],[100,21,"AbstractGrant<\/a>"],[98.148148148148,28,"AuthCodeGrant<\/a>"],[100,6,"ClientCredentialsGrant<\/a>"],[100,15,"PasswordGrant<\/a>"],[100,19,"RefreshTokenGrant<\/a>"],[100,13,"ResourceServer<\/a>"],[100,2,"AbstractStorage<\/a>"],[100,5,"AbstractTokenType<\/a>"],[85.714285714286,5,"Bearer<\/a>"],[83.333333333333,22,"MAC<\/a>"],[100,4,"DefaultAlgorithm<\/a>"],[100,2,"RedirectUri<\/a>"],[100,4,"SecureKey<\/a>"],[100,3,"EntityTrait<\/a>"]], 'Class Complexity')) + .datum(getComplexityData([[100,24,"AbstractServer<\/a>"],[100,21,"AuthorizationServer<\/a>"],[96.296296296296,18,"AbstractTokenEntity<\/a>"],[84,9,"AccessTokenEntity<\/a>"],[100,11,"AuthCodeEntity<\/a>"],[100,5,"ClientEntity<\/a>"],[100,6,"RefreshTokenEntity<\/a>"],[100,4,"ScopeEntity<\/a>"],[100,23,"SessionEntity<\/a>"],[75,3,"ClientAuthenticationFailedEvent<\/a>"],[100,3,"SessionOwnerEvent<\/a>"],[75,3,"UserAuthenticationFailedEvent<\/a>"],[100,1,"AccessDeniedException<\/a>"],[100,1,"InvalidClientException<\/a>"],[100,1,"InvalidCredentialsException<\/a>"],[100,1,"InvalidGrantException<\/a>"],[100,1,"InvalidRefreshException<\/a>"],[100,1,"InvalidRequestException<\/a>"],[100,1,"InvalidScopeException<\/a>"],[96.153846153846,16,"OAuthException<\/a>"],[100,2,"ServerErrorException<\/a>"],[100,1,"UnauthorizedClientException<\/a>"],[100,1,"UnsupportedGrantTypeException<\/a>"],[100,1,"UnsupportedResponseTypeException<\/a>"],[100,21,"AbstractGrant<\/a>"],[98.148148148148,28,"AuthCodeGrant<\/a>"],[100,6,"ClientCredentialsGrant<\/a>"],[100,15,"PasswordGrant<\/a>"],[100,19,"RefreshTokenGrant<\/a>"],[100,13,"ResourceServer<\/a>"],[100,2,"AbstractStorage<\/a>"],[100,5,"AbstractTokenType<\/a>"],[85.714285714286,5,"Bearer<\/a>"],[93.939393939394,22,"MAC<\/a>"],[100,4,"DefaultAlgorithm<\/a>"],[100,2,"RedirectUri<\/a>"],[100,4,"SecureKey<\/a>"],[100,3,"EntityTrait<\/a>"]], 'Class Complexity')) .transition() .duration(500) .call(chart); @@ -271,7 +267,7 @@ $(document).ready(function() { chart.yAxis.axisLabel('Method Complexity'); d3.select('#methodComplexity svg') - .datum(getComplexityData([[100,1,"AbstractServer::__construct<\/a>"],[100,2,"AbstractServer::setEventEmitter<\/a>"],[100,1,"AbstractServer::addEventListener<\/a>"],[100,1,"AbstractServer::getEventEmitter<\/a>"],[100,1,"AbstractServer::setRequest<\/a>"],[100,2,"AbstractServer::getRequest<\/a>"],[100,1,"AbstractServer::setClientStorage<\/a>"],[100,1,"AbstractServer::setSessionStorage<\/a>"],[100,1,"AbstractServer::setAccessTokenStorage<\/a>"],[100,1,"AbstractServer::setRefreshTokenStorage<\/a>"],[100,1,"AbstractServer::setAuthCodeStorage<\/a>"],[100,1,"AbstractServer::setScopeStorage<\/a>"],[100,1,"AbstractServer::getClientStorage<\/a>"],[100,1,"AbstractServer::getScopeStorage<\/a>"],[100,1,"AbstractServer::getSessionStorage<\/a>"],[100,1,"AbstractServer::getRefreshTokenStorage<\/a>"],[100,1,"AbstractServer::getAccessTokenStorage<\/a>"],[100,1,"AbstractServer::getAuthCodeStorage<\/a>"],[100,1,"AbstractServer::setTokenType<\/a>"],[100,1,"AbstractServer::getTokenType<\/a>"],[100,1,"AbstractServer::getMacStorage<\/a>"],[100,1,"AbstractServer::setMacStorage<\/a>"],[100,1,"AuthorizationServer::__construct<\/a>"],[100,3,"AuthorizationServer::addGrantType<\/a>"],[100,1,"AuthorizationServer::hasGrantType<\/a>"],[100,1,"AuthorizationServer::getResponseTypes<\/a>"],[100,1,"AuthorizationServer::requireScopeParam<\/a>"],[100,1,"AuthorizationServer::scopeParamRequired<\/a>"],[100,1,"AuthorizationServer::setDefaultScope<\/a>"],[100,1,"AuthorizationServer::getDefaultScope<\/a>"],[100,1,"AuthorizationServer::stateParamRequired<\/a>"],[100,1,"AuthorizationServer::requireStateParam<\/a>"],[100,1,"AuthorizationServer::getScopeDelimiter<\/a>"],[100,1,"AuthorizationServer::setScopeDelimiter<\/a>"],[100,1,"AuthorizationServer::getAccessTokenTTL<\/a>"],[100,1,"AuthorizationServer::setAccessTokenTTL<\/a>"],[100,3,"AuthorizationServer::issueAccessToken<\/a>"],[100,2,"AuthorizationServer::getGrantType<\/a>"],[100,1,"AbstractTokenEntity::__construct<\/a>"],[100,1,"AbstractTokenEntity::setSession<\/a>"],[100,1,"AbstractTokenEntity::setExpireTime<\/a>"],[100,1,"AbstractTokenEntity::getExpireTime<\/a>"],[100,1,"AbstractTokenEntity::isExpired<\/a>"],[100,2,"AbstractTokenEntity::setId<\/a>"],[100,1,"AbstractTokenEntity::getId<\/a>"],[100,2,"AbstractTokenEntity::associateScope<\/a>"],[88.888888888889,4,"AbstractTokenEntity::formatScopes<\/a>"],[100,2,"AbstractTokenEntity::__toString<\/a>"],[100,1,"AbstractTokenEntity::expire<\/a>"],[100,1,"AbstractTokenEntity::save<\/a>"],[100,2,"AccessTokenEntity::getSession<\/a>"],[0,2,"AccessTokenEntity::hasScope<\/a>"],[100,2,"AccessTokenEntity::getScopes<\/a>"],[100,2,"AccessTokenEntity::save<\/a>"],[100,1,"AccessTokenEntity::expire<\/a>"],[100,1,"AuthCodeEntity::setRedirectUri<\/a>"],[100,1,"AuthCodeEntity::getRedirectUri<\/a>"],[100,2,"AuthCodeEntity::generateRedirectUri<\/a>"],[100,2,"AuthCodeEntity::getSession<\/a>"],[100,2,"AuthCodeEntity::getScopes<\/a>"],[100,2,"AuthCodeEntity::save<\/a>"],[100,1,"AuthCodeEntity::expire<\/a>"],[100,1,"ClientEntity::__construct<\/a>"],[100,1,"ClientEntity::getId<\/a>"],[100,1,"ClientEntity::getSecret<\/a>"],[100,1,"ClientEntity::getName<\/a>"],[100,1,"ClientEntity::getRedirectUri<\/a>"],[100,1,"RefreshTokenEntity::setAccessTokenId<\/a>"],[100,1,"RefreshTokenEntity::setAccessToken<\/a>"],[100,2,"RefreshTokenEntity::getAccessToken<\/a>"],[100,1,"RefreshTokenEntity::save<\/a>"],[100,1,"RefreshTokenEntity::expire<\/a>"],[100,1,"ScopeEntity::__construct<\/a>"],[100,1,"ScopeEntity::getId<\/a>"],[100,1,"ScopeEntity::getDescription<\/a>"],[100,1,"ScopeEntity::jsonSerialize<\/a>"],[100,1,"SessionEntity::__construct<\/a>"],[100,1,"SessionEntity::setId<\/a>"],[100,1,"SessionEntity::getId<\/a>"],[100,2,"SessionEntity::associateScope<\/a>"],[100,2,"SessionEntity::hasScope<\/a>"],[100,2,"SessionEntity::getScopes<\/a>"],[100,4,"SessionEntity::formatScopes<\/a>"],[100,1,"SessionEntity::associateAccessToken<\/a>"],[100,1,"SessionEntity::associateRefreshToken<\/a>"],[100,1,"SessionEntity::associateClient<\/a>"],[100,2,"SessionEntity::getClient<\/a>"],[100,1,"SessionEntity::setOwner<\/a>"],[100,1,"SessionEntity::getOwnerId<\/a>"],[100,1,"SessionEntity::getOwnerType<\/a>"],[100,2,"SessionEntity::save<\/a>"],[100,1,"ClientAuthenticationFailedEvent::__construct<\/a>"],[100,1,"ClientAuthenticationFailedEvent::getName<\/a>"],[0,1,"ClientAuthenticationFailedEvent::getRequest<\/a>"],[100,1,"SessionOwnerEvent::__construct<\/a>"],[100,1,"SessionOwnerEvent::getName<\/a>"],[100,1,"SessionOwnerEvent::getSession<\/a>"],[100,1,"UserAuthenticationFailedEvent::__construct<\/a>"],[100,1,"UserAuthenticationFailedEvent::getName<\/a>"],[0,1,"UserAuthenticationFailedEvent::getRequest<\/a>"],[100,1,"AccessDeniedException::__construct<\/a>"],[100,1,"InvalidClientException::__construct<\/a>"],[100,1,"InvalidCredentialsException::__construct<\/a>"],[100,1,"InvalidGrantException::__construct<\/a>"],[100,1,"InvalidRefreshException::__construct<\/a>"],[100,1,"InvalidRequestException::__construct<\/a>"],[100,1,"InvalidScopeException::__construct<\/a>"],[100,1,"OAuthException::__construct<\/a>"],[100,2,"OAuthException::shouldRedirect<\/a>"],[100,1,"OAuthException::getRedirectUri<\/a>"],[0,1,"OAuthException::getParameter<\/a>"],[100,11,"OAuthException::getHttpHeaders<\/a>"],[100,2,"ServerErrorException::__construct<\/a>"],[100,1,"UnauthorizedClientException::__construct<\/a>"],[100,1,"UnsupportedGrantTypeException::__construct<\/a>"],[100,1,"UnsupportedResponseTypeException::__construct<\/a>"],[100,1,"AbstractGrant::getIdentifier<\/a>"],[100,1,"AbstractGrant::setIdentifier<\/a>"],[100,1,"AbstractGrant::getResponseType<\/a>"],[100,2,"AbstractGrant::getAccessTokenTTL<\/a>"],[100,1,"AbstractGrant::setAccessTokenTTL<\/a>"],[100,1,"AbstractGrant::setAuthorizationServer<\/a>"],[100,11,"AbstractGrant::validateScopes<\/a>"],[100,3,"AbstractGrant::formatScopes<\/a>"],[100,1,"AuthCodeGrant::setAuthTokenTTL<\/a>"],[0,1,"AuthCodeGrant::setRequireClientSecret<\/a>"],[100,1,"AuthCodeGrant::shouldRequireClientSecret<\/a>"],[100,8,"AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,15,"AuthCodeGrant::completeFlow<\/a>"],[100,6,"ClientCredentialsGrant::completeFlow<\/a>"],[100,1,"PasswordGrant::setVerifyCredentialsCallback<\/a>"],[100,3,"PasswordGrant::getVerifyCredentialsCallback<\/a>"],[100,11,"PasswordGrant::completeFlow<\/a>"],[100,1,"RefreshTokenGrant::setRefreshTokenTTL<\/a>"],[100,1,"RefreshTokenGrant::getRefreshTokenTTL<\/a>"],[100,1,"RefreshTokenGrant::setRefreshTokenRotation<\/a>"],[100,1,"RefreshTokenGrant::shouldRotateRefreshTokens<\/a>"],[100,1,"RefreshTokenGrant::setRequireClientSecret<\/a>"],[100,1,"RefreshTokenGrant::shouldRequireClientSecret<\/a>"],[100,13,"RefreshTokenGrant::completeFlow<\/a>"],[100,1,"ResourceServer::__construct<\/a>"],[100,1,"ResourceServer::setIdKey<\/a>"],[100,1,"ResourceServer::getAccessToken<\/a>"],[100,4,"ResourceServer::isValidRequest<\/a>"],[100,6,"ResourceServer::determineAccessToken<\/a>"],[100,1,"AbstractStorage::setServer<\/a>"],[100,1,"AbstractStorage::getServer<\/a>"],[100,1,"AbstractTokenType::setServer<\/a>"],[100,1,"AbstractTokenType::setSession<\/a>"],[100,1,"AbstractTokenType::setParam<\/a>"],[100,2,"AbstractTokenType::getParam<\/a>"],[100,2,"Bearer::generateResponse<\/a>"],[66.666666666667,3,"Bearer::determineAccessTokenInHeader<\/a>"],[83.333333333333,2,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[20,4,"MAC::hash_equals<\/a>"],[100,4,"DefaultAlgorithm::generate<\/a>"],[100,2,"RedirectUri::make<\/a>"],[100,1,"SecureKey::generate<\/a>"],[100,1,"SecureKey::setAlgorithm<\/a>"],[100,2,"SecureKey::getAlgorithm<\/a>"],[100,3,"EntityTrait::hydrate<\/a>"]], 'Method Complexity')) + .datum(getComplexityData([[100,1,"AbstractServer::__construct<\/a>"],[100,2,"AbstractServer::setEventEmitter<\/a>"],[100,1,"AbstractServer::addEventListener<\/a>"],[100,1,"AbstractServer::getEventEmitter<\/a>"],[100,1,"AbstractServer::setRequest<\/a>"],[100,2,"AbstractServer::getRequest<\/a>"],[100,1,"AbstractServer::setClientStorage<\/a>"],[100,1,"AbstractServer::setSessionStorage<\/a>"],[100,1,"AbstractServer::setAccessTokenStorage<\/a>"],[100,1,"AbstractServer::setRefreshTokenStorage<\/a>"],[100,1,"AbstractServer::setAuthCodeStorage<\/a>"],[100,1,"AbstractServer::setScopeStorage<\/a>"],[100,1,"AbstractServer::getClientStorage<\/a>"],[100,1,"AbstractServer::getScopeStorage<\/a>"],[100,1,"AbstractServer::getSessionStorage<\/a>"],[100,1,"AbstractServer::getRefreshTokenStorage<\/a>"],[100,1,"AbstractServer::getAccessTokenStorage<\/a>"],[100,1,"AbstractServer::getAuthCodeStorage<\/a>"],[100,1,"AbstractServer::setTokenType<\/a>"],[100,1,"AbstractServer::getTokenType<\/a>"],[100,1,"AbstractServer::getMacStorage<\/a>"],[100,1,"AbstractServer::setMacStorage<\/a>"],[100,1,"AuthorizationServer::__construct<\/a>"],[100,3,"AuthorizationServer::addGrantType<\/a>"],[100,1,"AuthorizationServer::hasGrantType<\/a>"],[100,1,"AuthorizationServer::getResponseTypes<\/a>"],[100,1,"AuthorizationServer::requireScopeParam<\/a>"],[100,1,"AuthorizationServer::scopeParamRequired<\/a>"],[100,1,"AuthorizationServer::setDefaultScope<\/a>"],[100,1,"AuthorizationServer::getDefaultScope<\/a>"],[100,1,"AuthorizationServer::stateParamRequired<\/a>"],[100,1,"AuthorizationServer::requireStateParam<\/a>"],[100,1,"AuthorizationServer::getScopeDelimiter<\/a>"],[100,1,"AuthorizationServer::setScopeDelimiter<\/a>"],[100,1,"AuthorizationServer::getAccessTokenTTL<\/a>"],[100,1,"AuthorizationServer::setAccessTokenTTL<\/a>"],[100,3,"AuthorizationServer::issueAccessToken<\/a>"],[100,2,"AuthorizationServer::getGrantType<\/a>"],[100,1,"AbstractTokenEntity::__construct<\/a>"],[100,1,"AbstractTokenEntity::setSession<\/a>"],[100,1,"AbstractTokenEntity::setExpireTime<\/a>"],[100,1,"AbstractTokenEntity::getExpireTime<\/a>"],[100,1,"AbstractTokenEntity::isExpired<\/a>"],[100,2,"AbstractTokenEntity::setId<\/a>"],[100,1,"AbstractTokenEntity::getId<\/a>"],[100,2,"AbstractTokenEntity::associateScope<\/a>"],[88.888888888889,4,"AbstractTokenEntity::formatScopes<\/a>"],[100,2,"AbstractTokenEntity::__toString<\/a>"],[100,1,"AbstractTokenEntity::expire<\/a>"],[100,1,"AbstractTokenEntity::save<\/a>"],[100,2,"AccessTokenEntity::getSession<\/a>"],[0,2,"AccessTokenEntity::hasScope<\/a>"],[100,2,"AccessTokenEntity::getScopes<\/a>"],[100,2,"AccessTokenEntity::save<\/a>"],[100,1,"AccessTokenEntity::expire<\/a>"],[100,1,"AuthCodeEntity::setRedirectUri<\/a>"],[100,1,"AuthCodeEntity::getRedirectUri<\/a>"],[100,2,"AuthCodeEntity::generateRedirectUri<\/a>"],[100,2,"AuthCodeEntity::getSession<\/a>"],[100,2,"AuthCodeEntity::getScopes<\/a>"],[100,2,"AuthCodeEntity::save<\/a>"],[100,1,"AuthCodeEntity::expire<\/a>"],[100,1,"ClientEntity::__construct<\/a>"],[100,1,"ClientEntity::getId<\/a>"],[100,1,"ClientEntity::getSecret<\/a>"],[100,1,"ClientEntity::getName<\/a>"],[100,1,"ClientEntity::getRedirectUri<\/a>"],[100,1,"RefreshTokenEntity::setAccessTokenId<\/a>"],[100,1,"RefreshTokenEntity::setAccessToken<\/a>"],[100,2,"RefreshTokenEntity::getAccessToken<\/a>"],[100,1,"RefreshTokenEntity::save<\/a>"],[100,1,"RefreshTokenEntity::expire<\/a>"],[100,1,"ScopeEntity::__construct<\/a>"],[100,1,"ScopeEntity::getId<\/a>"],[100,1,"ScopeEntity::getDescription<\/a>"],[100,1,"ScopeEntity::jsonSerialize<\/a>"],[100,1,"SessionEntity::__construct<\/a>"],[100,1,"SessionEntity::setId<\/a>"],[100,1,"SessionEntity::getId<\/a>"],[100,2,"SessionEntity::associateScope<\/a>"],[100,2,"SessionEntity::hasScope<\/a>"],[100,2,"SessionEntity::getScopes<\/a>"],[100,4,"SessionEntity::formatScopes<\/a>"],[100,1,"SessionEntity::associateAccessToken<\/a>"],[100,1,"SessionEntity::associateRefreshToken<\/a>"],[100,1,"SessionEntity::associateClient<\/a>"],[100,2,"SessionEntity::getClient<\/a>"],[100,1,"SessionEntity::setOwner<\/a>"],[100,1,"SessionEntity::getOwnerId<\/a>"],[100,1,"SessionEntity::getOwnerType<\/a>"],[100,2,"SessionEntity::save<\/a>"],[100,1,"ClientAuthenticationFailedEvent::__construct<\/a>"],[100,1,"ClientAuthenticationFailedEvent::getName<\/a>"],[0,1,"ClientAuthenticationFailedEvent::getRequest<\/a>"],[100,1,"SessionOwnerEvent::__construct<\/a>"],[100,1,"SessionOwnerEvent::getName<\/a>"],[100,1,"SessionOwnerEvent::getSession<\/a>"],[100,1,"UserAuthenticationFailedEvent::__construct<\/a>"],[100,1,"UserAuthenticationFailedEvent::getName<\/a>"],[0,1,"UserAuthenticationFailedEvent::getRequest<\/a>"],[100,1,"AccessDeniedException::__construct<\/a>"],[100,1,"InvalidClientException::__construct<\/a>"],[100,1,"InvalidCredentialsException::__construct<\/a>"],[100,1,"InvalidGrantException::__construct<\/a>"],[100,1,"InvalidRefreshException::__construct<\/a>"],[100,1,"InvalidRequestException::__construct<\/a>"],[100,1,"InvalidScopeException::__construct<\/a>"],[100,1,"OAuthException::__construct<\/a>"],[100,2,"OAuthException::shouldRedirect<\/a>"],[100,1,"OAuthException::getRedirectUri<\/a>"],[0,1,"OAuthException::getParameter<\/a>"],[100,11,"OAuthException::getHttpHeaders<\/a>"],[100,2,"ServerErrorException::__construct<\/a>"],[100,1,"UnauthorizedClientException::__construct<\/a>"],[100,1,"UnsupportedGrantTypeException::__construct<\/a>"],[100,1,"UnsupportedResponseTypeException::__construct<\/a>"],[100,1,"AbstractGrant::getIdentifier<\/a>"],[100,1,"AbstractGrant::setIdentifier<\/a>"],[100,1,"AbstractGrant::getResponseType<\/a>"],[100,2,"AbstractGrant::getAccessTokenTTL<\/a>"],[100,1,"AbstractGrant::setAccessTokenTTL<\/a>"],[100,1,"AbstractGrant::setAuthorizationServer<\/a>"],[100,11,"AbstractGrant::validateScopes<\/a>"],[100,3,"AbstractGrant::formatScopes<\/a>"],[100,1,"AuthCodeGrant::setAuthTokenTTL<\/a>"],[0,1,"AuthCodeGrant::setRequireClientSecret<\/a>"],[100,1,"AuthCodeGrant::shouldRequireClientSecret<\/a>"],[100,8,"AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,15,"AuthCodeGrant::completeFlow<\/a>"],[100,6,"ClientCredentialsGrant::completeFlow<\/a>"],[100,1,"PasswordGrant::setVerifyCredentialsCallback<\/a>"],[100,3,"PasswordGrant::getVerifyCredentialsCallback<\/a>"],[100,11,"PasswordGrant::completeFlow<\/a>"],[100,1,"RefreshTokenGrant::setRefreshTokenTTL<\/a>"],[100,1,"RefreshTokenGrant::getRefreshTokenTTL<\/a>"],[100,1,"RefreshTokenGrant::setRefreshTokenRotation<\/a>"],[100,1,"RefreshTokenGrant::shouldRotateRefreshTokens<\/a>"],[100,1,"RefreshTokenGrant::setRequireClientSecret<\/a>"],[100,1,"RefreshTokenGrant::shouldRequireClientSecret<\/a>"],[100,13,"RefreshTokenGrant::completeFlow<\/a>"],[100,1,"ResourceServer::__construct<\/a>"],[100,1,"ResourceServer::setIdKey<\/a>"],[100,1,"ResourceServer::getAccessToken<\/a>"],[100,4,"ResourceServer::isValidRequest<\/a>"],[100,6,"ResourceServer::determineAccessToken<\/a>"],[100,1,"AbstractStorage::setServer<\/a>"],[100,1,"AbstractStorage::getServer<\/a>"],[100,1,"AbstractTokenType::setServer<\/a>"],[100,1,"AbstractTokenType::setSession<\/a>"],[100,1,"AbstractTokenType::setParam<\/a>"],[100,2,"AbstractTokenType::getParam<\/a>"],[100,2,"Bearer::generateResponse<\/a>"],[66.666666666667,3,"Bearer::determineAccessTokenInHeader<\/a>"],[83.333333333333,2,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[90,4,"MAC::hash_equals<\/a>"],[100,4,"DefaultAlgorithm::generate<\/a>"],[100,2,"RedirectUri::make<\/a>"],[100,1,"SecureKey::generate<\/a>"],[100,1,"SecureKey::setAlgorithm<\/a>"],[100,2,"SecureKey::getAlgorithm<\/a>"],[100,3,"EntityTrait::hydrate<\/a>"]], 'Method Complexity')) .transition() .duration(500) .call(chart); diff --git a/master/index.html b/master/index.html index 6c55c95f..184c8c27 100644 --- a/master/index.html +++ b/master/index.html @@ -43,13 +43,13 @@ Total
-
- 97.13% covered (success) +
+ 98.00% covered (success)
-
97.13%
-
778 / 801
+
98.00%
+
785 / 801
94.44% covered (success) @@ -209,15 +209,15 @@ - TokenType -
-
- 85.06% covered (warning) + TokenType +
+
+ 93.10% covered (success)
-
85.06%
-
74 / 87
+
93.10%
+
81 / 87
70.00% covered (warning) @@ -360,7 +360,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.2.2 using PHP 5.6.5 and PHPUnit 4.3.5 at Fri Sep 4 7:40:24 UTC 2015. + Generated by PHP_CodeCoverage 2.2.3 using PHP 5.5.21 and PHPUnit 4.3.5 at Sat Sep 26 15:05:17 UTC 2015.