From 9d3fec6c51d8298e211f47fe1928165c78c61266 Mon Sep 17 00:00:00 2001 From: TravisCI Date: Fri, 4 Sep 2015 07:38:21 +0000 Subject: [PATCH] Travis pushed coverage of ec9c91cc11596eb4d2afcc014fdcb9384a655a4a@master to gh-pages --- master/AbstractServer.php.html | 2 +- master/AuthorizationServer.php.html | 2 +- master/Entity/AbstractTokenEntity.php.html | 2 +- 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 | 2 +- master/Grant/PasswordGrant.php.html | 2 +- master/Grant/RefreshTokenGrant.php.html | 2 +- master/Grant/dashboard.html | 2 +- master/Grant/index.html | 2 +- master/ResourceServer.php.html | 2 +- master/Storage/AbstractStorage.php.html | 2 +- master/Storage/AccessTokenInterface.php.html | 2 +- master/Storage/AuthCodeInterface.php.html | 2 +- master/Storage/ClientInterface.php.html | 2 +- master/Storage/MacTokenInterface.php.html | 2 +- master/Storage/RefreshTokenInterface.php.html | 2 +- master/Storage/ScopeInterface.php.html | 2 +- master/Storage/SessionInterface.php.html | 2 +- master/Storage/StorageInterface.php.html | 2 +- master/Storage/dashboard.html | 2 +- master/Storage/index.html | 2 +- master/TokenType/AbstractTokenType.php.html | 2 +- master/TokenType/Bearer.php.html | 2 +- master/TokenType/MAC.php.html | 54 +++++++++---------- master/TokenType/TokenTypeInterface.php.html | 2 +- master/TokenType/dashboard.html | 14 ++--- master/TokenType/index.html | 26 ++++----- .../KeyAlgorithm/DefaultAlgorithm.php.html | 2 +- .../KeyAlgorithmInterface.php.html | 2 +- master/Util/KeyAlgorithm/dashboard.html | 2 +- master/Util/KeyAlgorithm/index.html | 2 +- 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 | 16 +++--- master/index.html | 22 ++++---- 67 files changed, 124 insertions(+), 132 deletions(-) diff --git a/master/AbstractServer.php.html b/master/AbstractServer.php.html index 9a2524c9..233e6cb2 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/AuthorizationServer.php.html b/master/AuthorizationServer.php.html index c1379794..e7fa4c9c 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/AbstractTokenEntity.php.html b/master/Entity/AbstractTokenEntity.php.html index d94d75c5..1919176d 100644 --- a/master/Entity/AbstractTokenEntity.php.html +++ b/master/Entity/AbstractTokenEntity.php.html @@ -567,7 +567,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/AccessTokenEntity.php.html b/master/Entity/AccessTokenEntity.php.html index 5382f1ee..d39247b3 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/AuthCodeEntity.php.html b/master/Entity/AuthCodeEntity.php.html index 15680e2b..ba13c502 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/ClientEntity.php.html b/master/Entity/ClientEntity.php.html index 8d00b081..1264b72d 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/EntityTrait.php.html b/master/Entity/EntityTrait.php.html index f4abc957..def68dc3 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/RefreshTokenEntity.php.html b/master/Entity/RefreshTokenEntity.php.html index 5bb62a56..9d26dfbb 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/ScopeEntity.php.html b/master/Entity/ScopeEntity.php.html index e9395b52..a7eedff1 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/SessionEntity.php.html b/master/Entity/SessionEntity.php.html index 2bab6991..3817e77f 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Entity/dashboard.html b/master/Entity/dashboard.html index b3263b91..c3772e2f 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 04651185..23abb3c2 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Event/ClientAuthenticationFailedEvent.php.html b/master/Event/ClientAuthenticationFailedEvent.php.html index 988a403a..193cf0c1 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Event/SessionOwnerEvent.php.html b/master/Event/SessionOwnerEvent.php.html index c8458f0f..36dac410 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Event/UserAuthenticationFailedEvent.php.html b/master/Event/UserAuthenticationFailedEvent.php.html index 6c4c545c..4d233975 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Event/dashboard.html b/master/Event/dashboard.html index ff955417..52a3ed93 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 b28da078..972fa713 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/AccessDeniedException.php.html b/master/Exception/AccessDeniedException.php.html index 5dbed26a..d9c64230 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/InvalidClientException.php.html b/master/Exception/InvalidClientException.php.html index c947a872..7176dba0 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/InvalidCredentialsException.php.html b/master/Exception/InvalidCredentialsException.php.html index 200818f6..244117f1 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/InvalidGrantException.php.html b/master/Exception/InvalidGrantException.php.html index e49b99bd..18d2d791 100644 --- a/master/Exception/InvalidGrantException.php.html +++ b/master/Exception/InvalidGrantException.php.html @@ -179,7 +179,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/InvalidRefreshException.php.html b/master/Exception/InvalidRefreshException.php.html index 5a1715f6..e5c65865 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/InvalidRequestException.php.html b/master/Exception/InvalidRequestException.php.html index f25f3f43..c50928a4 100644 --- a/master/Exception/InvalidRequestException.php.html +++ b/master/Exception/InvalidRequestException.php.html @@ -181,7 +181,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/InvalidScopeException.php.html b/master/Exception/InvalidScopeException.php.html index d3b71b58..480afdfe 100644 --- a/master/Exception/InvalidScopeException.php.html +++ b/master/Exception/InvalidScopeException.php.html @@ -181,7 +181,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/OAuthException.php.html b/master/Exception/OAuthException.php.html index 99b01e63..5e8face8 100644 --- a/master/Exception/OAuthException.php.html +++ b/master/Exception/OAuthException.php.html @@ -330,7 +330,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/ServerErrorException.php.html b/master/Exception/ServerErrorException.php.html index e5b48090..a5481a1e 100644 --- a/master/Exception/ServerErrorException.php.html +++ b/master/Exception/ServerErrorException.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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/UnauthorizedClientException.php.html b/master/Exception/UnauthorizedClientException.php.html index 42ab05d8..ed22d0db 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/UnsupportedGrantTypeException.php.html b/master/Exception/UnsupportedGrantTypeException.php.html index 774fea97..c5b04130 100644 --- a/master/Exception/UnsupportedGrantTypeException.php.html +++ b/master/Exception/UnsupportedGrantTypeException.php.html @@ -179,7 +179,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/UnsupportedResponseTypeException.php.html b/master/Exception/UnsupportedResponseTypeException.php.html index 800624a2..3c6200d3 100644 --- a/master/Exception/UnsupportedResponseTypeException.php.html +++ b/master/Exception/UnsupportedResponseTypeException.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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Exception/dashboard.html b/master/Exception/dashboard.html index 81006c15..5d21bd80 100644 --- a/master/Exception/dashboard.html +++ b/master/Exception/dashboard.html @@ -137,7 +137,7 @@ diff --git a/master/Exception/index.html b/master/Exception/index.html index 932a4326..2340e93c 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/AbstractGrant.php.html b/master/Grant/AbstractGrant.php.html index eb1eb0f3..0a143568 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/AuthCodeGrant.php.html b/master/Grant/AuthCodeGrant.php.html index 62fe7474..dc2390fb 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/ClientCredentialsGrant.php.html b/master/Grant/ClientCredentialsGrant.php.html index 1d0fbf72..9acf907d 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/GrantTypeInterface.php.html b/master/Grant/GrantTypeInterface.php.html index c9e69661..b1ee266c 100644 --- a/master/Grant/GrantTypeInterface.php.html +++ b/master/Grant/GrantTypeInterface.php.html @@ -131,7 +131,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/PasswordGrant.php.html b/master/Grant/PasswordGrant.php.html index 16ea26ad..755784e2 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/RefreshTokenGrant.php.html b/master/Grant/RefreshTokenGrant.php.html index 44cf9f76..ce045a94 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Grant/dashboard.html b/master/Grant/dashboard.html index c9f07d72..888f52e7 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 e063761f..1acc7ead 100644 --- a/master/Grant/index.html +++ b/master/Grant/index.html @@ -234,7 +234,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/ResourceServer.php.html b/master/ResourceServer.php.html index 64a694aa..013e1629 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/AbstractStorage.php.html b/master/Storage/AbstractStorage.php.html index 9e2c6247..67487c91 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/AccessTokenInterface.php.html b/master/Storage/AccessTokenInterface.php.html index 9d255e71..43c304bb 100644 --- a/master/Storage/AccessTokenInterface.php.html +++ b/master/Storage/AccessTokenInterface.php.html @@ -141,7 +141,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/AuthCodeInterface.php.html b/master/Storage/AuthCodeInterface.php.html index 26e43220..d5dd4f22 100644 --- a/master/Storage/AuthCodeInterface.php.html +++ b/master/Storage/AuthCodeInterface.php.html @@ -142,7 +142,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/ClientInterface.php.html b/master/Storage/ClientInterface.php.html index fae85099..7044e475 100644 --- a/master/Storage/ClientInterface.php.html +++ b/master/Storage/ClientInterface.php.html @@ -113,7 +113,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/MacTokenInterface.php.html b/master/Storage/MacTokenInterface.php.html index 34a9410f..db559cf7 100644 --- a/master/Storage/MacTokenInterface.php.html +++ b/master/Storage/MacTokenInterface.php.html @@ -106,7 +106,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/RefreshTokenInterface.php.html b/master/Storage/RefreshTokenInterface.php.html index 90500569..48c547e1 100644 --- a/master/Storage/RefreshTokenInterface.php.html +++ b/master/Storage/RefreshTokenInterface.php.html @@ -121,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/ScopeInterface.php.html b/master/Storage/ScopeInterface.php.html index 8837a057..d16da2cd 100644 --- a/master/Storage/ScopeInterface.php.html +++ b/master/Storage/ScopeInterface.php.html @@ -101,7 +101,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/SessionInterface.php.html b/master/Storage/SessionInterface.php.html index b768366d..6afb10f1 100644 --- a/master/Storage/SessionInterface.php.html +++ b/master/Storage/SessionInterface.php.html @@ -144,7 +144,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/StorageInterface.php.html b/master/Storage/StorageInterface.php.html index cc35688b..c570cd10 100644 --- a/master/Storage/StorageInterface.php.html +++ b/master/Storage/StorageInterface.php.html @@ -99,7 +99,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Storage/dashboard.html b/master/Storage/dashboard.html index 8854392d..ca6af178 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 b7ea365d..49d40489 100644 --- a/master/Storage/index.html +++ b/master/Storage/index.html @@ -213,7 +213,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/TokenType/AbstractTokenType.php.html b/master/TokenType/AbstractTokenType.php.html index 9549971b..445232f5 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/TokenType/Bearer.php.html b/master/TokenType/Bearer.php.html index 472f6eb0..032329b1 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/TokenType/MAC.php.html b/master/TokenType/MAC.php.html index 7d10957b..f7210052 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/TokenType/TokenTypeInterface.php.html b/master/TokenType/TokenTypeInterface.php.html index 6d3994f3..7bed9b34 100644 --- a/master/TokenType/TokenTypeInterface.php.html +++ b/master/TokenType/TokenTypeInterface.php.html @@ -140,7 +140,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/TokenType/dashboard.html b/master/TokenType/dashboard.html index 6af63691..06256a14 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 017dfd42..f0cbefd6 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) @@ -178,7 +178,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html b/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html index 2ed64ff1..1fb2d818 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html b/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html index f4f6d7d2..639e1d88 100644 --- a/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html +++ b/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html @@ -97,7 +97,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Util/KeyAlgorithm/dashboard.html b/master/Util/KeyAlgorithm/dashboard.html index d28468d5..f00553a4 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 f46bc5b6..0c6b31c1 100644 --- a/master/Util/KeyAlgorithm/index.html +++ b/master/Util/KeyAlgorithm/index.html @@ -123,7 +123,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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Util/RedirectUri.php.html b/master/Util/RedirectUri.php.html index d47b75b5..ba6ae58d 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Util/SecureKey.php.html b/master/Util/SecureKey.php.html index 83ab6243..036683a2 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/Util/dashboard.html b/master/Util/dashboard.html index 50103ee6..31798476 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 97b070a1..9aa970ba 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.

diff --git a/master/dashboard.html b/master/dashboard.html index 9911bf6b..4b3aba4e 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 @@ -123,7 +121,6 @@ getRequest0% getRequest0% hasScope0% - hash_equals20% determineAccessTokenInHeader66% generateResponse83% formatScopes88% @@ -143,7 +140,6 @@ - hash_equals12 hasScope6 formatScopes4 determineAccessTokenInHeader3 @@ -157,7 +153,7 @@
@@ -178,7 +174,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,2,31], "Class Coverage")) + .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,2,3,31], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -196,7 +192,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') - .datum(getCoverageDistributionData([4,0,0,1,0,0,0,1,0,2,0,155], "Method Coverage")) + .datum(getCoverageDistributionData([4,0,0,0,0,0,0,1,0,2,1,155], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -246,7 +242,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>"],[100,15,"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>"],[100,15,"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); @@ -270,7 +266,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>"],[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>"],[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 07a9e63b..679e23ed 100644 --- a/master/index.html +++ b/master/index.html @@ -43,13 +43,13 @@ Total
-
- 97.23% covered (success) +
+ 98.11% covered (success)
-
97.23%
-
772 / 794
+
98.11%
+
779 / 794
95.03% 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:37:16 UTC 2015. + Generated by PHP_CodeCoverage 2.2.2 using PHP 5.4.37 and PHPUnit 4.3.5 at Fri Sep 4 7:38:05 UTC 2015.