From aa879b7d0a8479463de74151e13ab6d094d978b2 Mon Sep 17 00:00:00 2001 From: TravisCI Date: Sat, 27 Dec 2014 22:28:54 +0000 Subject: [PATCH] Travis pushed coverage of 707c85b0d634f72da5c7ebe20d394c78c0dbf43b@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 | 50 +++++++++---------- master/TokenType/TokenTypeInterface.php.html | 2 +- master/TokenType/dashboard.html | 16 +++--- 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, 129 insertions(+), 125 deletions(-) diff --git a/master/AbstractServer.php.html b/master/AbstractServer.php.html index de2d8a24..ef493d3e 100644 --- a/master/AbstractServer.php.html +++ b/master/AbstractServer.php.html @@ -934,7 +934,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

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

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/AbstractTokenEntity.php.html b/master/Entity/AbstractTokenEntity.php.html index 97932c3f..4a17fc22 100644 --- a/master/Entity/AbstractTokenEntity.php.html +++ b/master/Entity/AbstractTokenEntity.php.html @@ -567,7 +567,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/AccessTokenEntity.php.html b/master/Entity/AccessTokenEntity.php.html index 9451758c..66755f2b 100644 --- a/master/Entity/AccessTokenEntity.php.html +++ b/master/Entity/AccessTokenEntity.php.html @@ -314,7 +314,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/AuthCodeEntity.php.html b/master/Entity/AuthCodeEntity.php.html index 35095586..a61d1815 100644 --- a/master/Entity/AuthCodeEntity.php.html +++ b/master/Entity/AuthCodeEntity.php.html @@ -391,7 +391,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/ClientEntity.php.html b/master/Entity/ClientEntity.php.html index cfa14c2d..9b643b47 100644 --- a/master/Entity/ClientEntity.php.html +++ b/master/Entity/ClientEntity.php.html @@ -332,7 +332,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/EntityTrait.php.html b/master/Entity/EntityTrait.php.html index 423fb115..a21a04f0 100644 --- a/master/Entity/EntityTrait.php.html +++ b/master/Entity/EntityTrait.php.html @@ -170,7 +170,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/RefreshTokenEntity.php.html b/master/Entity/RefreshTokenEntity.php.html index b2509a12..51140c43 100644 --- a/master/Entity/RefreshTokenEntity.php.html +++ b/master/Entity/RefreshTokenEntity.php.html @@ -315,7 +315,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/ScopeEntity.php.html b/master/Entity/ScopeEntity.php.html index 0915a0ae..88d0e811 100644 --- a/master/Entity/ScopeEntity.php.html +++ b/master/Entity/ScopeEntity.php.html @@ -290,7 +290,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/SessionEntity.php.html b/master/Entity/SessionEntity.php.html index 27ac66e2..a39d5ec9 100644 --- a/master/Entity/SessionEntity.php.html +++ b/master/Entity/SessionEntity.php.html @@ -739,7 +739,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Entity/dashboard.html b/master/Entity/dashboard.html index f7ff958b..e711b24f 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 f50fbe2a..b4d05583 100644 --- a/master/Entity/index.html +++ b/master/Entity/index.html @@ -305,7 +305,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Event/ClientAuthenticationFailedEvent.php.html b/master/Event/ClientAuthenticationFailedEvent.php.html index 8fd32f86..095e99c8 100644 --- a/master/Event/ClientAuthenticationFailedEvent.php.html +++ b/master/Event/ClientAuthenticationFailedEvent.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Event/SessionOwnerEvent.php.html b/master/Event/SessionOwnerEvent.php.html index 3557677f..abd81590 100644 --- a/master/Event/SessionOwnerEvent.php.html +++ b/master/Event/SessionOwnerEvent.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Event/UserAuthenticationFailedEvent.php.html b/master/Event/UserAuthenticationFailedEvent.php.html index db48e432..3aee6888 100644 --- a/master/Event/UserAuthenticationFailedEvent.php.html +++ b/master/Event/UserAuthenticationFailedEvent.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Event/dashboard.html b/master/Event/dashboard.html index 9fb4eb81..6c11cd52 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 c89a02ca..07329809 100644 --- a/master/Event/index.html +++ b/master/Event/index.html @@ -165,7 +165,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/AccessDeniedException.php.html b/master/Exception/AccessDeniedException.php.html index bb2fc6f1..131d3f82 100644 --- a/master/Exception/AccessDeniedException.php.html +++ b/master/Exception/AccessDeniedException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/InvalidClientException.php.html b/master/Exception/InvalidClientException.php.html index bdf4a353..848ff733 100644 --- a/master/Exception/InvalidClientException.php.html +++ b/master/Exception/InvalidClientException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/InvalidCredentialsException.php.html b/master/Exception/InvalidCredentialsException.php.html index b1fcc160..760b37ad 100644 --- a/master/Exception/InvalidCredentialsException.php.html +++ b/master/Exception/InvalidCredentialsException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/InvalidGrantException.php.html b/master/Exception/InvalidGrantException.php.html index 4dcb9737..c0c04f6a 100644 --- a/master/Exception/InvalidGrantException.php.html +++ b/master/Exception/InvalidGrantException.php.html @@ -179,7 +179,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/InvalidRefreshException.php.html b/master/Exception/InvalidRefreshException.php.html index 0387b9ea..80cde592 100644 --- a/master/Exception/InvalidRefreshException.php.html +++ b/master/Exception/InvalidRefreshException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/InvalidRequestException.php.html b/master/Exception/InvalidRequestException.php.html index 47ae4ed5..99acefaf 100644 --- a/master/Exception/InvalidRequestException.php.html +++ b/master/Exception/InvalidRequestException.php.html @@ -181,7 +181,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/InvalidScopeException.php.html b/master/Exception/InvalidScopeException.php.html index b221c394..214f139c 100644 --- a/master/Exception/InvalidScopeException.php.html +++ b/master/Exception/InvalidScopeException.php.html @@ -181,7 +181,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/OAuthException.php.html b/master/Exception/OAuthException.php.html index aab9469b..001f5f1b 100644 --- a/master/Exception/OAuthException.php.html +++ b/master/Exception/OAuthException.php.html @@ -330,7 +330,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/ServerErrorException.php.html b/master/Exception/ServerErrorException.php.html index 086c3347..fad71bec 100644 --- a/master/Exception/ServerErrorException.php.html +++ b/master/Exception/ServerErrorException.php.html @@ -174,7 +174,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/UnauthorizedClientException.php.html b/master/Exception/UnauthorizedClientException.php.html index 8c2d44ed..3ead9153 100644 --- a/master/Exception/UnauthorizedClientException.php.html +++ b/master/Exception/UnauthorizedClientException.php.html @@ -173,7 +173,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/UnsupportedGrantTypeException.php.html b/master/Exception/UnsupportedGrantTypeException.php.html index 5b9482b1..c3031e6d 100644 --- a/master/Exception/UnsupportedGrantTypeException.php.html +++ b/master/Exception/UnsupportedGrantTypeException.php.html @@ -179,7 +179,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/UnsupportedResponseTypeException.php.html b/master/Exception/UnsupportedResponseTypeException.php.html index 0d7239b7..2f486457 100644 --- a/master/Exception/UnsupportedResponseTypeException.php.html +++ b/master/Exception/UnsupportedResponseTypeException.php.html @@ -174,7 +174,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Exception/dashboard.html b/master/Exception/dashboard.html index 6ffede46..e72dbf54 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 07c507e5..c1a25770 100644 --- a/master/Exception/index.html +++ b/master/Exception/index.html @@ -417,7 +417,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

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

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Grant/AuthCodeGrant.php.html b/master/Grant/AuthCodeGrant.php.html index 78b97d71..03d1f7ff 100644 --- a/master/Grant/AuthCodeGrant.php.html +++ b/master/Grant/AuthCodeGrant.php.html @@ -473,7 +473,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Grant/ClientCredentialsGrant.php.html b/master/Grant/ClientCredentialsGrant.php.html index 74f457b7..300eaa71 100644 --- a/master/Grant/ClientCredentialsGrant.php.html +++ b/master/Grant/ClientCredentialsGrant.php.html @@ -259,7 +259,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Grant/GrantTypeInterface.php.html b/master/Grant/GrantTypeInterface.php.html index 61ff339c..66f74ca7 100644 --- a/master/Grant/GrantTypeInterface.php.html +++ b/master/Grant/GrantTypeInterface.php.html @@ -131,7 +131,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Grant/PasswordGrant.php.html b/master/Grant/PasswordGrant.php.html index e665e219..15c5d381 100644 --- a/master/Grant/PasswordGrant.php.html +++ b/master/Grant/PasswordGrant.php.html @@ -361,7 +361,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Grant/RefreshTokenGrant.php.html b/master/Grant/RefreshTokenGrant.php.html index 1efcf1c5..f480934e 100644 --- a/master/Grant/RefreshTokenGrant.php.html +++ b/master/Grant/RefreshTokenGrant.php.html @@ -342,7 +342,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Grant/dashboard.html b/master/Grant/dashboard.html index d95ffd26..71e62300 100644 --- a/master/Grant/dashboard.html +++ b/master/Grant/dashboard.html @@ -137,7 +137,7 @@ diff --git a/master/Grant/index.html b/master/Grant/index.html index 2b97bc08..cc65584a 100644 --- a/master/Grant/index.html +++ b/master/Grant/index.html @@ -234,7 +234,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/ResourceServer.php.html b/master/ResourceServer.php.html index 46381948..a25af842 100644 --- a/master/ResourceServer.php.html +++ b/master/ResourceServer.php.html @@ -376,7 +376,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/AbstractStorage.php.html b/master/Storage/AbstractStorage.php.html index c53b90a5..45a60ef4 100644 --- a/master/Storage/AbstractStorage.php.html +++ b/master/Storage/AbstractStorage.php.html @@ -209,7 +209,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/AccessTokenInterface.php.html b/master/Storage/AccessTokenInterface.php.html index 711ce720..b1c09271 100644 --- a/master/Storage/AccessTokenInterface.php.html +++ b/master/Storage/AccessTokenInterface.php.html @@ -141,7 +141,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/AuthCodeInterface.php.html b/master/Storage/AuthCodeInterface.php.html index 76609936..3d6598bb 100644 --- a/master/Storage/AuthCodeInterface.php.html +++ b/master/Storage/AuthCodeInterface.php.html @@ -142,7 +142,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/ClientInterface.php.html b/master/Storage/ClientInterface.php.html index 723eb47c..bd63d18b 100644 --- a/master/Storage/ClientInterface.php.html +++ b/master/Storage/ClientInterface.php.html @@ -113,7 +113,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/MacTokenInterface.php.html b/master/Storage/MacTokenInterface.php.html index c4a82f91..eb344df0 100644 --- a/master/Storage/MacTokenInterface.php.html +++ b/master/Storage/MacTokenInterface.php.html @@ -107,7 +107,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/RefreshTokenInterface.php.html b/master/Storage/RefreshTokenInterface.php.html index 5d67c48b..a3af501f 100644 --- a/master/Storage/RefreshTokenInterface.php.html +++ b/master/Storage/RefreshTokenInterface.php.html @@ -121,7 +121,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/ScopeInterface.php.html b/master/Storage/ScopeInterface.php.html index c9bf41e4..21f79304 100644 --- a/master/Storage/ScopeInterface.php.html +++ b/master/Storage/ScopeInterface.php.html @@ -101,7 +101,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/SessionInterface.php.html b/master/Storage/SessionInterface.php.html index 216214ee..c9bab1be 100644 --- a/master/Storage/SessionInterface.php.html +++ b/master/Storage/SessionInterface.php.html @@ -144,7 +144,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/StorageInterface.php.html b/master/Storage/StorageInterface.php.html index 226aa63f..37191cde 100644 --- a/master/Storage/StorageInterface.php.html +++ b/master/Storage/StorageInterface.php.html @@ -99,7 +99,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Storage/dashboard.html b/master/Storage/dashboard.html index 39f10a45..351c6d83 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 936e3b98..c79b5c79 100644 --- a/master/Storage/index.html +++ b/master/Storage/index.html @@ -213,7 +213,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/TokenType/AbstractTokenType.php.html b/master/TokenType/AbstractTokenType.php.html index 4d8ecadc..26e1fd16 100644 --- a/master/TokenType/AbstractTokenType.php.html +++ b/master/TokenType/AbstractTokenType.php.html @@ -275,7 +275,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/TokenType/Bearer.php.html b/master/TokenType/Bearer.php.html index 97a387eb..41091d37 100644 --- a/master/TokenType/Bearer.php.html +++ b/master/TokenType/Bearer.php.html @@ -204,7 +204,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/TokenType/MAC.php.html b/master/TokenType/MAC.php.html index da8b88f4..df403294 100644 --- a/master/TokenType/MAC.php.html +++ b/master/TokenType/MAC.php.html @@ -60,14 +60,14 @@
75.00%
3 / 4
CRAP -
-
- 98.21% covered (success) +
+
+ 85.71% covered (warning)
-
98.21%
-
55 / 56
+
85.71%
+
48 / 56
@@ -88,15 +88,15 @@
75.00%
3 / 4
- 20 -
-
- 98.21% covered (success) + 21.17 +
+
+ 85.71% covered (warning)
-
98.21%
-
55 / 56
+
85.71%
+
48 / 56
@@ -172,15 +172,15 @@
0.00%
0 / 1
- 3.02 -
-
- 87.50% covered (warning) + 12 +
+
+ 0.00% covered (danger)
-
87.50%
-
7 / 8
+
0.00%
+
0 / 8
@@ -321,16 +321,16 @@         if (!function_exists('hash_equals')) {             function hash_equals($knownString, $userString)             { -                 if (strlen($knownString) !== strlen($userString)) { +                 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;             }         } @@ -349,7 +349,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/TokenType/TokenTypeInterface.php.html b/master/TokenType/TokenTypeInterface.php.html index 7f10ef2c..045c3206 100644 --- a/master/TokenType/TokenTypeInterface.php.html +++ b/master/TokenType/TokenTypeInterface.php.html @@ -140,7 +140,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/TokenType/dashboard.html b/master/TokenType/dashboard.html index f6d47db2..5fe2ee60 100644 --- a/master/TokenType/dashboard.html +++ b/master/TokenType/dashboard.html @@ -59,6 +59,7 @@ + MAC85% @@ -75,6 +76,7 @@ + MAC21 @@ -112,7 +114,7 @@ - hash_equals87% + hash_equals0% @@ -129,7 +131,7 @@ - hash_equals3 + hash_equals12 @@ -139,7 +141,7 @@
@@ -160,7 +162,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') - .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,1,2], "Class Coverage")) + .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,1,0,2], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -178,7 +180,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') - .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,1,0,9], "Method Coverage")) + .datum(getCoverageDistributionData([1,0,0,0,0,0,0,0,0,0,0,9], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -229,7 +231,7 @@ $(document).ready(function() { chart.yAxis.axisLabel('Cyclomatic Complexity'); d3.select('#classComplexity svg') - .datum(getComplexityData([[100,5,"AbstractTokenType<\/a>"],[100,4,"Bearer<\/a>"],[98.214285714286,20,"MAC<\/a>"]], 'Class Complexity')) + .datum(getComplexityData([[100,5,"AbstractTokenType<\/a>"],[100,4,"Bearer<\/a>"],[85.714285714286,20,"MAC<\/a>"]], 'Class Complexity')) .transition() .duration(500) .call(chart); @@ -254,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>"],[100,2,"Bearer::determineAccessTokenInHeader<\/a>"],[100,1,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[87.5,3,"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>"],[100,2,"Bearer::determineAccessTokenInHeader<\/a>"],[100,1,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[0,3,"MAC::hash_equals<\/a>"]], 'Method Complexity')) .transition() .duration(500) .call(chart); diff --git a/master/TokenType/index.html b/master/TokenType/index.html index 6a3f45e2..1a4de682 100644 --- a/master/TokenType/index.html +++ b/master/TokenType/index.html @@ -42,15 +42,15 @@ - Total -
-
- 98.65% covered (success) + Total +
+
+ 89.19% covered (warning)
-
98.65%
-
73 / 74
+
89.19%
+
66 / 74
90.00% covered (success) @@ -126,15 +126,15 @@ - MAC.php -
-
- 98.21% covered (success) + MAC.php +
+
+ 85.71% covered (warning)
-
98.21%
-
55 / 56
+
85.71%
+
48 / 56
75.00% covered (warning) @@ -178,7 +178,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html b/master/Util/KeyAlgorithm/DefaultAlgorithm.php.html index 7d0ab2d5..6ba1d200 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.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html b/master/Util/KeyAlgorithm/KeyAlgorithmInterface.php.html index e43e0fad..f2ccedf9 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.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Util/KeyAlgorithm/dashboard.html b/master/Util/KeyAlgorithm/dashboard.html index a2412a8d..c570a5a5 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 57fb619d..eeff304c 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.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

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

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Util/SecureKey.php.html b/master/Util/SecureKey.php.html index 9458ac10..e34a41c6 100644 --- a/master/Util/SecureKey.php.html +++ b/master/Util/SecureKey.php.html @@ -234,7 +234,7 @@ Dead Code

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/Util/dashboard.html b/master/Util/dashboard.html index fa8cd293..a16948bb 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 72477eb5..e2738cfe 100644 --- a/master/Util/index.html +++ b/master/Util/index.html @@ -165,7 +165,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.

diff --git a/master/dashboard.html b/master/dashboard.html index 79013eef..3ac300ff 100644 --- a/master/dashboard.html +++ b/master/dashboard.html @@ -61,6 +61,7 @@ UserAuthenticationFailedEvent75% ClientAuthenticationFailedEvent75% AccessTokenEntity84% + MAC85% @@ -77,6 +78,7 @@ + MAC21 AccessTokenEntity9 @@ -115,10 +117,10 @@ + hash_equals0% getRequest0% getRequest0% hasScope0% - hash_equals87% formatScopes88% @@ -136,9 +138,9 @@ + hash_equals12 hasScope6 formatScopes4 - hash_equals3 @@ -148,7 +150,7 @@
@@ -169,7 +171,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') - .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,1,2,33], "Class Coverage")) + .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,2,1,33], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -187,7 +189,7 @@ $(document).ready(function() { .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') - .datum(getCoverageDistributionData([3,0,0,0,0,0,0,0,0,2,0,152], "Method Coverage")) + .datum(getCoverageDistributionData([4,0,0,0,0,0,0,0,0,1,0,152], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); @@ -238,7 +240,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>"],[100,25,"AuthCodeGrant<\/a>"],[100,6,"ClientCredentialsGrant<\/a>"],[100,15,"PasswordGrant<\/a>"],[100,13,"RefreshTokenGrant<\/a>"],[100,12,"ResourceServer<\/a>"],[100,2,"AbstractStorage<\/a>"],[100,5,"AbstractTokenType<\/a>"],[100,4,"Bearer<\/a>"],[98.214285714286,20,"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>"],[100,25,"AuthCodeGrant<\/a>"],[100,6,"ClientCredentialsGrant<\/a>"],[100,15,"PasswordGrant<\/a>"],[100,13,"RefreshTokenGrant<\/a>"],[100,12,"ResourceServer<\/a>"],[100,2,"AbstractStorage<\/a>"],[100,5,"AbstractTokenType<\/a>"],[100,4,"Bearer<\/a>"],[85.714285714286,20,"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); @@ -263,7 +265,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>"],[100,8,"AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,14,"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,11,"RefreshTokenGrant::completeFlow<\/a>"],[100,1,"ResourceServer::__construct<\/a>"],[100,1,"ResourceServer::setIdKey<\/a>"],[100,1,"ResourceServer::getAccessToken<\/a>"],[100,4,"ResourceServer::isValidRequest<\/a>"],[100,5,"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>"],[100,2,"Bearer::determineAccessTokenInHeader<\/a>"],[100,1,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[87.5,3,"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>"],[100,8,"AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,14,"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,11,"RefreshTokenGrant::completeFlow<\/a>"],[100,1,"ResourceServer::__construct<\/a>"],[100,1,"ResourceServer::setIdKey<\/a>"],[100,1,"ResourceServer::getAccessToken<\/a>"],[100,4,"ResourceServer::isValidRequest<\/a>"],[100,5,"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>"],[100,2,"Bearer::determineAccessTokenInHeader<\/a>"],[100,1,"MAC::generateResponse<\/a>"],[100,13,"MAC::determineAccessTokenInHeader<\/a>"],[100,3,"MAC::anonymous function<\/a>"],[0,3,"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 d1379686..bd4d0ed3 100644 --- a/master/index.html +++ b/master/index.html @@ -43,13 +43,13 @@ Total
-
- 98.96% covered (success) +
+ 98.05% covered (success)
-
98.96%
-
760 / 768
+
98.05%
+
753 / 768
96.77% covered (success) @@ -209,15 +209,15 @@ - TokenType -
-
- 98.65% covered (success) + TokenType +
+
+ 89.19% covered (warning)
-
98.65%
-
73 / 74
+
89.19%
+
66 / 74
90.00% covered (success) @@ -360,7 +360,7 @@ High: 90% to 100%

- Generated by PHP_CodeCoverage 2.0.14 using PHP 5.5.19 and PHPUnit 4.3.5 at Sat Dec 27 22:27:51 UTC 2014. + Generated by PHP_CodeCoverage 2.0.14 using PHP 5.6.3 and PHPUnit 4.3.5 at Sat Dec 27 22:28:43 UTC 2014.