<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Dashboard for /home/travis/build/thephpleague/oauth2-server/src</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/nv.d3.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="js/html5shiv.min.js"></script> <script src="js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="index.html">/home/travis/build/thephpleague/oauth2-server/src</a></li> <li class="active">(Dashboard)</li> </ol> </div> </div> </div> </header> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Classes</h2> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Coverage Distribution</h3> <div id="classCoverageDistribution" style="height: 300px;"> <svg></svg> </div> </div> <div class="col-md-6"> <h3>Complexity</h3> <div id="classComplexity" style="height: 300px;"> <svg></svg> </div> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Insufficient Coverage</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Class</th> <th class="text-right">Coverage</th> </tr> </thead> <tbody> <tr><td><a href="Exception/ServerErrorException.php.html#17">ServerErrorException</a></td><td class="text-right">33%</td></tr> <tr><td><a href="Util/RedirectUri.php.html#17">RedirectUri</a></td><td class="text-right">33%</td></tr> <tr><td><a href="Util/KeyAlgorithm/DefaultAlgorithm.php.html#14">DefaultAlgorithm</a></td><td class="text-right">33%</td></tr> <tr><td><a href="Util/SecureKey.php.html#20">SecureKey</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/UnsupportedGrantTypeException.php.html#17">UnsupportedGrantTypeException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/UnauthorizedClientException.php.html#17">UnauthorizedClientException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/AccessDeniedException.php.html#17">AccessDeniedException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidClientException.php.html#17">InvalidClientException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidCredentialsException.php.html#17">InvalidCredentialsException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidGrantException.php.html#17">InvalidGrantException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidRefreshException.php.html#17">InvalidRefreshException</a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidScopeException.php.html#17">InvalidScopeException</a></td><td class="text-right">60%</td></tr> <tr><td><a href="Entity/EntityTrait.php.html#14">EntityTrait</a></td><td class="text-right">60%</td></tr> <tr><td><a href="Exception/InvalidRequestException.php.html#17">InvalidRequestException</a></td><td class="text-right">60%</td></tr> <tr><td><a href="Event/UserAuthenticationFailedEvent.php.html#17">UserAuthenticationFailedEvent</a></td><td class="text-right">66%</td></tr> <tr><td><a href="Exception/UnsupportedResponseTypeException.php.html#17">UnsupportedResponseTypeException</a></td><td class="text-right">66%</td></tr> <tr><td><a href="Event/ClientAuthenticationFailedEvent.php.html#17">ClientAuthenticationFailedEvent</a></td><td class="text-right">66%</td></tr> <tr><td><a href="ResourceServer.php.html#26">ResourceServer</a></td><td class="text-right">70%</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#17">AccessTokenEntity</a></td><td class="text-right">71%</td></tr> <tr><td><a href="Grant/ClientCredentialsGrant.php.html#24">ClientCredentialsGrant</a></td><td class="text-right">72%</td></tr> <tr><td><a href="AuthorizationServer.php.html#20">AuthorizationServer</a></td><td class="text-right">73%</td></tr> <tr><td><a href="Event/SessionOwnerEvent.php.html#17">SessionOwnerEvent</a></td><td class="text-right">75%</td></tr> <tr><td><a href="Grant/PasswordGrant.php.html#25">PasswordGrant</a></td><td class="text-right">76%</td></tr> <tr><td><a href="TokenType/MAC.php.html#21">MAC</a></td><td class="text-right">85%</td></tr> <tr><td><a href="AbstractServer.php.html#28">AbstractServer</a></td><td class="text-right">86%</td></tr> <tr><td><a href="Entity/AuthCodeEntity.php.html#17">AuthCodeEntity</a></td><td class="text-right">86%</td></tr> </tbody> </table> </div> </div> <div class="col-md-6"> <h3>Project Risks</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Class</th> <th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th> </tr> </thead> <tbody> <tr><td><a href="AuthorizationServer.php.html#20">AuthorizationServer</a></td><td class="text-right">29</td></tr> <tr><td><a href="AbstractServer.php.html#28">AbstractServer</a></td><td class="text-right">25</td></tr> <tr><td><a href="TokenType/MAC.php.html#21">MAC</a></td><td class="text-right">22</td></tr> <tr><td><a href="Grant/PasswordGrant.php.html#25">PasswordGrant</a></td><td class="text-right">17</td></tr> <tr><td><a href="ResourceServer.php.html#26">ResourceServer</a></td><td class="text-right">15</td></tr> <tr><td><a href="Entity/AuthCodeEntity.php.html#17">AuthCodeEntity</a></td><td class="text-right">11</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#17">AccessTokenEntity</a></td><td class="text-right">10</td></tr> <tr><td><a href="Util/KeyAlgorithm/DefaultAlgorithm.php.html#14">DefaultAlgorithm</a></td><td class="text-right">8</td></tr> <tr><td><a href="Grant/ClientCredentialsGrant.php.html#24">ClientCredentialsGrant</a></td><td class="text-right">6</td></tr> <tr><td><a href="Util/SecureKey.php.html#20">SecureKey</a></td><td class="text-right">6</td></tr> <tr><td><a href="Entity/EntityTrait.php.html#14">EntityTrait</a></td><td class="text-right">3</td></tr> <tr><td><a href="Exception/ServerErrorException.php.html#17">ServerErrorException</a></td><td class="text-right">3</td></tr> <tr><td><a href="Util/RedirectUri.php.html#17">RedirectUri</a></td><td class="text-right">3</td></tr> </tbody> </table> </div> </div> </div> <div class="row"> <div class="col-md-12"> <h2>Methods</h2> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Coverage Distribution</h3> <div id="methodCoverageDistribution" style="height: 300px;"> <svg></svg> </div> </div> <div class="col-md-6"> <h3>Complexity</h3> <div id="methodComplexity" style="height: 300px;"> <svg></svg> </div> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Insufficient Coverage</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Method</th> <th class="text-right">Coverage</th> </tr> </thead> <tbody> <tr><td><a href="AbstractServer.php.html#126"><abbr title="AbstractServer::addEventListener">addEventListener</a></a></td><td class="text-right">0%</td></tr> <tr><td><a href="AuthorizationServer.php.html#120"><abbr title="AuthorizationServer::hasGrantType">hasGrantType</a></a></td><td class="text-right">0%</td></tr> <tr><td><a href="ResourceServer.php.html#52"><abbr title="ResourceServer::__construct">__construct</a></a></td><td class="text-right">25%</td></tr> <tr><td><a href="Util/SecureKey.php.html#47"><abbr title="SecureKey::getAlgorithm">getAlgorithm</a></a></td><td class="text-right">33%</td></tr> <tr><td><a href="AuthorizationServer.php.html#77"><abbr title="AuthorizationServer::__construct">__construct</a></a></td><td class="text-right">33%</td></tr> <tr><td><a href="Util/RedirectUri.php.html#28"><abbr title="RedirectUri::make">make</a></a></td><td class="text-right">33%</td></tr> <tr><td><a href="Util/KeyAlgorithm/DefaultAlgorithm.php.html#19"><abbr title="DefaultAlgorithm::generate">generate</a></a></td><td class="text-right">33%</td></tr> <tr><td><a href="Exception/ServerErrorException.php.html#32"><abbr title="ServerErrorException::__construct">__construct</a></a></td><td class="text-right">33%</td></tr> <tr><td><a href="AuthorizationServer.php.html#95"><abbr title="AuthorizationServer::addGrantType">addGrantType</a></a></td><td class="text-right">37%</td></tr> <tr><td><a href="Entity/AuthCodeEntity.php.html#58"><abbr title="AuthCodeEntity::generateRedirectUri">generateRedirectUri</a></a></td><td class="text-right">40%</td></tr> <tr><td><a href="AbstractServer.php.html#101"><abbr title="AbstractServer::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidRefreshException.php.html#32"><abbr title="InvalidRefreshException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Util/SecureKey.php.html#31"><abbr title="SecureKey::generate">generate</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/UnsupportedGrantTypeException.php.html#33"><abbr title="UnsupportedGrantTypeException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/UnauthorizedClientException.php.html#32"><abbr title="UnauthorizedClientException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/OAuthException.php.html#44"><abbr title="OAuthException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidGrantException.php.html#33"><abbr title="InvalidGrantException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidCredentialsException.php.html#32"><abbr title="InvalidCredentialsException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Event/ClientAuthenticationFailedEvent.php.html#31"><abbr title="ClientAuthenticationFailedEvent::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/InvalidClientException.php.html#32"><abbr title="InvalidClientException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Entity/AbstractTokenEntity.php.html#150"><abbr title="AbstractTokenEntity::associateScope">associateScope</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Exception/AccessDeniedException.php.html#32"><abbr title="AccessDeniedException::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Event/UserAuthenticationFailedEvent.php.html#31"><abbr title="UserAuthenticationFailedEvent::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="Event/SessionOwnerEvent.php.html#31"><abbr title="SessionOwnerEvent::__construct">__construct</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="AbstractServer.php.html#111"><abbr title="AbstractServer::setEventEmitter">setEventEmitter</a></a></td><td class="text-right">60%</td></tr> <tr><td><a href="Entity/EntityTrait.php.html#23"><abbr title="EntityTrait::hydrate">hydrate</a></a></td><td class="text-right">60%</td></tr> <tr><td><a href="Exception/InvalidScopeException.php.html#33"><abbr title="InvalidScopeException::__construct">__construct</a></a></td><td class="text-right">60%</td></tr> <tr><td><a href="Exception/InvalidRequestException.php.html#33"><abbr title="InvalidRequestException::__construct">__construct</a></a></td><td class="text-right">60%</td></tr> <tr><td><a href="TokenType/MAC.php.html#26"><abbr title="MAC::generateResponse">generateResponse</a></a></td><td class="text-right">62%</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#56"><abbr title="AccessTokenEntity::getScopes">getScopes</a></a></td><td class="text-right">66%</td></tr> <tr><td><a href="AbstractServer.php.html#160"><abbr title="AbstractServer::getRequest">getRequest</a></a></td><td class="text-right">66%</td></tr> <tr><td><a href="Exception/UnsupportedResponseTypeException.php.html#32"><abbr title="UnsupportedResponseTypeException::__construct">__construct</a></a></td><td class="text-right">66%</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#70"><abbr title="AccessTokenEntity::save">save</a></a></td><td class="text-right">70%</td></tr> <tr><td><a href="Grant/ClientCredentialsGrant.php.html#61"><abbr title="ClientCredentialsGrant::completeFlow">completeFlow</a></a></td><td class="text-right">72%</td></tr> <tr><td><a href="Grant/PasswordGrant.php.html#90"><abbr title="PasswordGrant::completeFlow">completeFlow</a></a></td><td class="text-right">72%</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#24"><abbr title="AccessTokenEntity::getSession">getSession</a></a></td><td class="text-right">80%</td></tr> </tbody> </table> </div> </div> <div class="col-md-6"> <h3>Project Risks</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Method</th> <th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th> </tr> </thead> <tbody> <tr><td><a href="Grant/PasswordGrant.php.html#90"><abbr title="PasswordGrant::completeFlow">completeFlow</abbr></a></td><td class="text-right">13</td></tr> <tr><td><a href="Util/KeyAlgorithm/DefaultAlgorithm.php.html#19"><abbr title="DefaultAlgorithm::generate">generate</abbr></a></td><td class="text-right">8</td></tr> <tr><td><a href="Grant/ClientCredentialsGrant.php.html#61"><abbr title="ClientCredentialsGrant::completeFlow">completeFlow</abbr></a></td><td class="text-right">6</td></tr> <tr><td><a href="AuthorizationServer.php.html#95"><abbr title="AuthorizationServer::addGrantType">addGrantType</abbr></a></td><td class="text-right">5</td></tr> <tr><td><a href="Entity/EntityTrait.php.html#23"><abbr title="EntityTrait::hydrate">hydrate</abbr></a></td><td class="text-right">3</td></tr> <tr><td><a href="Exception/ServerErrorException.php.html#32"><abbr title="ServerErrorException::__construct">__construct</abbr></a></td><td class="text-right">3</td></tr> <tr><td><a href="Util/RedirectUri.php.html#28"><abbr title="RedirectUri::make">make</abbr></a></td><td class="text-right">3</td></tr> <tr><td><a href="Util/SecureKey.php.html#47"><abbr title="SecureKey::getAlgorithm">getAlgorithm</abbr></a></td><td class="text-right">3</td></tr> <tr><td><a href="Entity/AuthCodeEntity.php.html#58"><abbr title="AuthCodeEntity::generateRedirectUri">generateRedirectUri</abbr></a></td><td class="text-right">2</td></tr> <tr><td><a href="Entity/AbstractTokenEntity.php.html#150"><abbr title="AbstractTokenEntity::associateScope">associateScope</abbr></a></td><td class="text-right">2</td></tr> <tr><td><a href="AbstractServer.php.html#111"><abbr title="AbstractServer::setEventEmitter">setEventEmitter</abbr></a></td><td class="text-right">2</td></tr> <tr><td><a href="AbstractServer.php.html#160"><abbr title="AbstractServer::getRequest">getRequest</abbr></a></td><td class="text-right">2</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#56"><abbr title="AccessTokenEntity::getScopes">getScopes</abbr></a></td><td class="text-right">2</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#70"><abbr title="AccessTokenEntity::save">save</abbr></a></td><td class="text-right">2</td></tr> <tr><td><a href="Entity/AccessTokenEntity.php.html#24"><abbr title="AccessTokenEntity::getSession">getSession</abbr></a></td><td class="text-right">2</td></tr> </tbody> </table> </div> </div> </div> <footer> <hr/> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.16</a> using <a href="http://hhvm.com/" target="_top">HHVM 3.5.0</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Wed May 20 17:58:57 UTC 2015.</small> </p> </footer> </div> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/bootstrap.min.js" type="text/javascript"></script> <script src="js/holder.js" type="text/javascript"></script> <script src="js/d3.min.js" type="text/javascript"></script> <script src="js/nv.d3.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { nv.addGraph(function() { var chart = nv.models.multiBarChart(); chart.tooltips(false) .showControls(false) .showLegend(false) .reduceXTicks(false) .staggerLabels(true) .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') .datum(getCoverageDistributionData([0,0,0,0,3,0,8,6,6,3,2,10], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); return chart; }); nv.addGraph(function() { var chart = nv.models.multiBarChart(); chart.tooltips(false) .showControls(false) .showLegend(false) .reduceXTicks(false) .staggerLabels(true) .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') .datum(getCoverageDistributionData([2,0,0,1,6,1,14,8,3,1,0,123], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); return chart; }); function getCoverageDistributionData(data, label) { var labels = [ '0%', '0-10%', '10-20%', '20-30%', '30-40%', '40-50%', '50-60%', '60-70%', '70-80%', '80-90%', '90-100%', '100%' ]; var values = []; $.each(labels, function(key) { values.push({x: labels[key], y: data[key]}); }); return [ { key: label, values: values, color: "#4572A7" } ]; } nv.addGraph(function() { var chart = nv.models.scatterChart() .showDistX(true) .showDistY(true) .showLegend(false) .forceX([0, 100]); chart.scatter.onlyCircles(false); chart.tooltipContent(function(key, y, e, graph) { return '<p>' + graph.point.class + '</p>'; }); chart.xAxis.axisLabel('Code Coverage (in percent)'); chart.yAxis.axisLabel('Cyclomatic Complexity'); d3.select('#classComplexity svg') .datum(getComplexityData([[86.046511627907,24,"<a href=\"AbstractServer.php.html#28\">AbstractServer<\/a>"],[73.333333333333,21,"<a href=\"AuthorizationServer.php.html#20\">AuthorizationServer<\/a>"],[91.304347826087,18,"<a href=\"Entity\/AbstractTokenEntity.php.html#20\">AbstractTokenEntity<\/a>"],[71.428571428571,9,"<a href=\"Entity\/AccessTokenEntity.php.html#17\">AccessTokenEntity<\/a>"],[86.95652173913,11,"<a href=\"Entity\/AuthCodeEntity.php.html#17\">AuthCodeEntity<\/a>"],[100,5,"<a href=\"Entity\/ClientEntity.php.html#19\">ClientEntity<\/a>"],[100,6,"<a href=\"Entity\/RefreshTokenEntity.php.html#17\">RefreshTokenEntity<\/a>"],[100,4,"<a href=\"Entity\/ScopeEntity.php.html#19\">ScopeEntity<\/a>"],[100,23,"<a href=\"Entity\/SessionEntity.php.html#20\">SessionEntity<\/a>"],[66.666666666667,3,"<a href=\"Event\/ClientAuthenticationFailedEvent.php.html#17\">ClientAuthenticationFailedEvent<\/a>"],[75,3,"<a href=\"Event\/SessionOwnerEvent.php.html#17\">SessionOwnerEvent<\/a>"],[66.666666666667,3,"<a href=\"Event\/UserAuthenticationFailedEvent.php.html#17\">UserAuthenticationFailedEvent<\/a>"],[50,1,"<a href=\"Exception\/AccessDeniedException.php.html#17\">AccessDeniedException<\/a>"],[50,1,"<a href=\"Exception\/InvalidClientException.php.html#17\">InvalidClientException<\/a>"],[50,1,"<a href=\"Exception\/InvalidCredentialsException.php.html#17\">InvalidCredentialsException<\/a>"],[50,1,"<a href=\"Exception\/InvalidGrantException.php.html#17\">InvalidGrantException<\/a>"],[50,1,"<a href=\"Exception\/InvalidRefreshException.php.html#17\">InvalidRefreshException<\/a>"],[60,1,"<a href=\"Exception\/InvalidRequestException.php.html#17\">InvalidRequestException<\/a>"],[60,1,"<a href=\"Exception\/InvalidScopeException.php.html#17\">InvalidScopeException<\/a>"],[93.333333333333,15,"<a href=\"Exception\/OAuthException.php.html#20\">OAuthException<\/a>"],[33.333333333333,2,"<a href=\"Exception\/ServerErrorException.php.html#17\">ServerErrorException<\/a>"],[50,1,"<a href=\"Exception\/UnauthorizedClientException.php.html#17\">UnauthorizedClientException<\/a>"],[50,1,"<a href=\"Exception\/UnsupportedGrantTypeException.php.html#17\">UnsupportedGrantTypeException<\/a>"],[66.666666666667,1,"<a href=\"Exception\/UnsupportedResponseTypeException.php.html#17\">UnsupportedResponseTypeException<\/a>"],[100,21,"<a href=\"Grant\/AbstractGrant.php.html#22\">AbstractGrant<\/a>"],[100,25,"<a href=\"Grant\/AuthCodeGrant.php.html#26\">AuthCodeGrant<\/a>"],[72.727272727273,6,"<a href=\"Grant\/ClientCredentialsGrant.php.html#24\">ClientCredentialsGrant<\/a>"],[76.923076923077,15,"<a href=\"Grant\/PasswordGrant.php.html#25\">PasswordGrant<\/a>"],[100,16,"<a href=\"Grant\/RefreshTokenGrant.php.html#24\">RefreshTokenGrant<\/a>"],[70,12,"<a href=\"ResourceServer.php.html#26\">ResourceServer<\/a>"],[100,2,"<a href=\"Storage\/AbstractStorage.php.html#19\">AbstractStorage<\/a>"],[100,5,"<a href=\"TokenType\/AbstractTokenType.php.html#17\">AbstractTokenType<\/a>"],[100,4,"<a href=\"TokenType\/Bearer.php.html#16\">Bearer<\/a>"],[85.714285714286,21,"<a href=\"TokenType\/MAC.php.html#21\">MAC<\/a>"],[33.333333333333,4,"<a href=\"Util\/KeyAlgorithm\/DefaultAlgorithm.php.html#14\">DefaultAlgorithm<\/a>"],[33.333333333333,2,"<a href=\"Util\/RedirectUri.php.html#17\">RedirectUri<\/a>"],[50,4,"<a href=\"Util\/SecureKey.php.html#20\">SecureKey<\/a>"],[60,3,"<a href=\"Entity\/EntityTrait.php.html#14\">EntityTrait<\/a>"]], 'Class Complexity')) .transition() .duration(500) .call(chart); nv.utils.windowResize(chart.update); return chart; }); nv.addGraph(function() { var chart = nv.models.scatterChart() .showDistX(true) .showDistY(true) .showLegend(false) .forceX([0, 100]); chart.scatter.onlyCircles(false); chart.tooltipContent(function(key, y, e, graph) { return '<p>' + graph.point.class + '</p>'; }); chart.xAxis.axisLabel('Code Coverage (in percent)'); chart.yAxis.axisLabel('Method Complexity'); d3.select('#methodComplexity svg') .datum(getComplexityData([[50,1,"<a href=\"AbstractServer.php.html#101\">AbstractServer::__construct<\/a>"],[60,2,"<a href=\"AbstractServer.php.html#111\">AbstractServer::setEventEmitter<\/a>"],[0,1,"<a href=\"AbstractServer.php.html#126\">AbstractServer::addEventListener<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#136\">AbstractServer::getEventEmitter<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#148\">AbstractServer::setRequest<\/a>"],[66.666666666667,2,"<a href=\"AbstractServer.php.html#160\">AbstractServer::getRequest<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#176\">AbstractServer::setClientStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#191\">AbstractServer::setSessionStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#206\">AbstractServer::setAccessTokenStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#221\">AbstractServer::setRefreshTokenStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#236\">AbstractServer::setAuthCodeStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#251\">AbstractServer::setScopeStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#264\">AbstractServer::getClientStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#274\">AbstractServer::getScopeStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#284\">AbstractServer::getSessionStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#294\">AbstractServer::getRefreshTokenStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#304\">AbstractServer::getAccessTokenStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#314\">AbstractServer::getAuthCodeStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#326\">AbstractServer::setTokenType<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#337\">AbstractServer::getTokenType<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#345\">AbstractServer::getMacStorage<\/a>"],[100,1,"<a href=\"AbstractServer.php.html#353\">AbstractServer::setMacStorage<\/a>"],[33.333333333333,1,"<a href=\"AuthorizationServer.php.html#77\">AuthorizationServer::__construct<\/a>"],[37.5,3,"<a href=\"AuthorizationServer.php.html#95\">AuthorizationServer::addGrantType<\/a>"],[0,1,"<a href=\"AuthorizationServer.php.html#120\">AuthorizationServer::hasGrantType<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#130\">AuthorizationServer::getResponseTypes<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#142\">AuthorizationServer::requireScopeParam<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#154\">AuthorizationServer::scopeParamRequired<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#166\">AuthorizationServer::setDefaultScope<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#178\">AuthorizationServer::getDefaultScope<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#188\">AuthorizationServer::stateParamRequired<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#200\">AuthorizationServer::requireStateParam<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#212\">AuthorizationServer::getScopeDelimiter<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#224\">AuthorizationServer::setScopeDelimiter<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#236\">AuthorizationServer::getAccessTokenTTL<\/a>"],[100,1,"<a href=\"AuthorizationServer.php.html#248\">AuthorizationServer::setAccessTokenTTL<\/a>"],[100,3,"<a href=\"AuthorizationServer.php.html#262\">AuthorizationServer::issueAccessToken<\/a>"],[100,2,"<a href=\"AuthorizationServer.php.html#287\">AuthorizationServer::getGrantType<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#64\">AbstractTokenEntity::__construct<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#78\">AbstractTokenEntity::setSession<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#92\">AbstractTokenEntity::setExpireTime<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#104\">AbstractTokenEntity::getExpireTime<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#114\">AbstractTokenEntity::isExpired<\/a>"],[100,2,"<a href=\"Entity\/AbstractTokenEntity.php.html#126\">AbstractTokenEntity::setId<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#138\">AbstractTokenEntity::getId<\/a>"],[50,2,"<a href=\"Entity\/AbstractTokenEntity.php.html#150\">AbstractTokenEntity::associateScope<\/a>"],[100,4,"<a href=\"Entity\/AbstractTokenEntity.php.html#166\">AbstractTokenEntity::formatScopes<\/a>"],[100,2,"<a href=\"Entity\/AbstractTokenEntity.php.html#187\">AbstractTokenEntity::__toString<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#201\">AbstractTokenEntity::expire<\/a>"],[100,1,"<a href=\"Entity\/AbstractTokenEntity.php.html#208\">AbstractTokenEntity::save<\/a>"],[80,2,"<a href=\"Entity\/AccessTokenEntity.php.html#24\">AccessTokenEntity::getSession<\/a>"],[100,2,"<a href=\"Entity\/AccessTokenEntity.php.html#42\">AccessTokenEntity::hasScope<\/a>"],[66.666666666667,2,"<a href=\"Entity\/AccessTokenEntity.php.html#56\">AccessTokenEntity::getScopes<\/a>"],[70,2,"<a href=\"Entity\/AccessTokenEntity.php.html#70\">AccessTokenEntity::save<\/a>"],[100,1,"<a href=\"Entity\/AccessTokenEntity.php.html#89\">AccessTokenEntity::expire<\/a>"],[100,1,"<a href=\"Entity\/AuthCodeEntity.php.html#33\">AuthCodeEntity::setRedirectUri<\/a>"],[100,1,"<a href=\"Entity\/AuthCodeEntity.php.html#45\">AuthCodeEntity::getRedirectUri<\/a>"],[40,2,"<a href=\"Entity\/AuthCodeEntity.php.html#58\">AuthCodeEntity::generateRedirectUri<\/a>"],[100,2,"<a href=\"Entity\/AuthCodeEntity.php.html#74\">AuthCodeEntity::getSession<\/a>"],[100,2,"<a href=\"Entity\/AuthCodeEntity.php.html#90\">AuthCodeEntity::getScopes<\/a>"],[100,2,"<a href=\"Entity\/AuthCodeEntity.php.html#104\">AuthCodeEntity::save<\/a>"],[100,1,"<a href=\"Entity\/AuthCodeEntity.php.html#124\">AuthCodeEntity::expire<\/a>"],[100,1,"<a href=\"Entity\/ClientEntity.php.html#65\">ClientEntity::__construct<\/a>"],[100,1,"<a href=\"Entity\/ClientEntity.php.html#77\">ClientEntity::getId<\/a>"],[100,1,"<a href=\"Entity\/ClientEntity.php.html#87\">ClientEntity::getSecret<\/a>"],[100,1,"<a href=\"Entity\/ClientEntity.php.html#97\">ClientEntity::getName<\/a>"],[100,1,"<a href=\"Entity\/ClientEntity.php.html#107\">ClientEntity::getRedirectUri<\/a>"],[100,1,"<a href=\"Entity\/RefreshTokenEntity.php.html#40\">RefreshTokenEntity::setAccessTokenId<\/a>"],[100,1,"<a href=\"Entity\/RefreshTokenEntity.php.html#54\">RefreshTokenEntity::setAccessToken<\/a>"],[100,2,"<a href=\"Entity\/RefreshTokenEntity.php.html#66\">RefreshTokenEntity::getAccessToken<\/a>"],[100,1,"<a href=\"Entity\/RefreshTokenEntity.php.html#78\">RefreshTokenEntity::save<\/a>"],[100,1,"<a href=\"Entity\/RefreshTokenEntity.php.html#90\">RefreshTokenEntity::expire<\/a>"],[100,1,"<a href=\"Entity\/ScopeEntity.php.html#51\">ScopeEntity::__construct<\/a>"],[100,1,"<a href=\"Entity\/ScopeEntity.php.html#63\">ScopeEntity::getId<\/a>"],[100,1,"<a href=\"Entity\/ScopeEntity.php.html#73\">ScopeEntity::getDescription<\/a>"],[100,1,"<a href=\"Entity\/ScopeEntity.php.html#83\">ScopeEntity::jsonSerialize<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#92\">SessionEntity::__construct<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#106\">SessionEntity::setId<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#118\">SessionEntity::getId<\/a>"],[100,2,"<a href=\"Entity\/SessionEntity.php.html#130\">SessionEntity::associateScope<\/a>"],[100,2,"<a href=\"Entity\/SessionEntity.php.html#146\">SessionEntity::hasScope<\/a>"],[100,2,"<a href=\"Entity\/SessionEntity.php.html#160\">SessionEntity::getScopes<\/a>"],[100,4,"<a href=\"Entity\/SessionEntity.php.html#176\">SessionEntity::formatScopes<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#197\">SessionEntity::associateAccessToken<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#211\">SessionEntity::associateRefreshToken<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#225\">SessionEntity::associateClient<\/a>"],[100,2,"<a href=\"Entity\/SessionEntity.php.html#237\">SessionEntity::getClient<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#256\">SessionEntity::setOwner<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#271\">SessionEntity::getOwnerId<\/a>"],[100,1,"<a href=\"Entity\/SessionEntity.php.html#281\">SessionEntity::getOwnerType<\/a>"],[100,2,"<a href=\"Entity\/SessionEntity.php.html#291\">SessionEntity::save<\/a>"],[50,1,"<a href=\"Event\/ClientAuthenticationFailedEvent.php.html#31\">ClientAuthenticationFailedEvent::__construct<\/a>"],[100,1,"<a href=\"Event\/ClientAuthenticationFailedEvent.php.html#41\">ClientAuthenticationFailedEvent::getName<\/a>"],[100,1,"<a href=\"Event\/ClientAuthenticationFailedEvent.php.html#51\">ClientAuthenticationFailedEvent::getRequest<\/a>"],[50,1,"<a href=\"Event\/SessionOwnerEvent.php.html#31\">SessionOwnerEvent::__construct<\/a>"],[100,1,"<a href=\"Event\/SessionOwnerEvent.php.html#41\">SessionOwnerEvent::getName<\/a>"],[100,1,"<a href=\"Event\/SessionOwnerEvent.php.html#51\">SessionOwnerEvent::getSession<\/a>"],[50,1,"<a href=\"Event\/UserAuthenticationFailedEvent.php.html#31\">UserAuthenticationFailedEvent::__construct<\/a>"],[100,1,"<a href=\"Event\/UserAuthenticationFailedEvent.php.html#41\">UserAuthenticationFailedEvent::getName<\/a>"],[100,1,"<a href=\"Event\/UserAuthenticationFailedEvent.php.html#51\">UserAuthenticationFailedEvent::getRequest<\/a>"],[50,1,"<a href=\"Exception\/AccessDeniedException.php.html#32\">AccessDeniedException::__construct<\/a>"],[50,1,"<a href=\"Exception\/InvalidClientException.php.html#32\">InvalidClientException::__construct<\/a>"],[50,1,"<a href=\"Exception\/InvalidCredentialsException.php.html#32\">InvalidCredentialsException::__construct<\/a>"],[50,1,"<a href=\"Exception\/InvalidGrantException.php.html#33\">InvalidGrantException::__construct<\/a>"],[50,1,"<a href=\"Exception\/InvalidRefreshException.php.html#32\">InvalidRefreshException::__construct<\/a>"],[60,1,"<a href=\"Exception\/InvalidRequestException.php.html#33\">InvalidRequestException::__construct<\/a>"],[60,1,"<a href=\"Exception\/InvalidScopeException.php.html#33\">InvalidScopeException::__construct<\/a>"],[50,1,"<a href=\"Exception\/OAuthException.php.html#44\">OAuthException::__construct<\/a>"],[100,2,"<a href=\"Exception\/OAuthException.php.html#54\">OAuthException::shouldRedirect<\/a>"],[100,1,"<a href=\"Exception\/OAuthException.php.html#64\">OAuthException::getRedirectUri<\/a>"],[100,11,"<a href=\"Exception\/OAuthException.php.html#80\">OAuthException::getHttpHeaders<\/a>"],[33.333333333333,2,"<a href=\"Exception\/ServerErrorException.php.html#32\">ServerErrorException::__construct<\/a>"],[50,1,"<a href=\"Exception\/UnauthorizedClientException.php.html#32\">UnauthorizedClientException::__construct<\/a>"],[50,1,"<a href=\"Exception\/UnsupportedGrantTypeException.php.html#33\">UnsupportedGrantTypeException::__construct<\/a>"],[66.666666666667,1,"<a href=\"Exception\/UnsupportedResponseTypeException.php.html#32\">UnsupportedResponseTypeException::__construct<\/a>"],[100,1,"<a href=\"Grant\/AbstractGrant.php.html#62\">AbstractGrant::getIdentifier<\/a>"],[100,1,"<a href=\"Grant\/AbstractGrant.php.html#70\">AbstractGrant::setIdentifier<\/a>"],[100,1,"<a href=\"Grant\/AbstractGrant.php.html#80\">AbstractGrant::getResponseType<\/a>"],[100,2,"<a href=\"Grant\/AbstractGrant.php.html#90\">AbstractGrant::getAccessTokenTTL<\/a>"],[100,1,"<a href=\"Grant\/AbstractGrant.php.html#106\">AbstractGrant::setAccessTokenTTL<\/a>"],[100,1,"<a href=\"Grant\/AbstractGrant.php.html#116\">AbstractGrant::setAuthorizationServer<\/a>"],[100,11,"<a href=\"Grant\/AbstractGrant.php.html#135\">AbstractGrant::validateScopes<\/a>"],[100,3,"<a href=\"Grant\/AbstractGrant.php.html#186\">AbstractGrant::formatScopes<\/a>"],[100,1,"<a href=\"Grant\/AuthCodeGrant.php.html#70\">AuthCodeGrant::setAuthTokenTTL<\/a>"],[100,8,"<a href=\"Grant\/AuthCodeGrant.php.html#82\">AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"<a href=\"Grant\/AuthCodeGrant.php.html#145\">AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,14,"<a href=\"Grant\/AuthCodeGrant.php.html#177\">AuthCodeGrant::completeFlow<\/a>"],[72.727272727273,6,"<a href=\"Grant\/ClientCredentialsGrant.php.html#61\">ClientCredentialsGrant::completeFlow<\/a>"],[100,1,"<a href=\"Grant\/PasswordGrant.php.html#62\">PasswordGrant::setVerifyCredentialsCallback<\/a>"],[100,3,"<a href=\"Grant\/PasswordGrant.php.html#74\">PasswordGrant::getVerifyCredentialsCallback<\/a>"],[72.727272727273,11,"<a href=\"Grant\/PasswordGrant.php.html#90\">PasswordGrant::completeFlow<\/a>"],[100,1,"<a href=\"Grant\/RefreshTokenGrant.php.html#52\">RefreshTokenGrant::setRefreshTokenTTL<\/a>"],[100,1,"<a href=\"Grant\/RefreshTokenGrant.php.html#62\">RefreshTokenGrant::getRefreshTokenTTL<\/a>"],[100,1,"<a href=\"Grant\/RefreshTokenGrant.php.html#71\">RefreshTokenGrant::setRefreshTokenRotation<\/a>"],[100,1,"<a href=\"Grant\/RefreshTokenGrant.php.html#81\">RefreshTokenGrant::shouldRotateRefreshTokens<\/a>"],[100,12,"<a href=\"Grant\/RefreshTokenGrant.php.html#89\">RefreshTokenGrant::completeFlow<\/a>"],[25,1,"<a href=\"ResourceServer.php.html#52\">ResourceServer::__construct<\/a>"],[100,1,"<a href=\"ResourceServer.php.html#78\">ResourceServer::setIdKey<\/a>"],[100,1,"<a href=\"ResourceServer.php.html#90\">ResourceServer::getAccessToken<\/a>"],[100,4,"<a href=\"ResourceServer.php.html#106\">ResourceServer::isValidRequest<\/a>"],[100,5,"<a href=\"ResourceServer.php.html#138\">ResourceServer::determineAccessToken<\/a>"],[100,1,"<a href=\"Storage\/AbstractStorage.php.html#35\">AbstractStorage::setServer<\/a>"],[100,1,"<a href=\"Storage\/AbstractStorage.php.html#47\">AbstractStorage::getServer<\/a>"],[100,1,"<a href=\"TokenType\/AbstractTokenType.php.html#43\">AbstractTokenType::setServer<\/a>"],[100,1,"<a href=\"TokenType\/AbstractTokenType.php.html#53\">AbstractTokenType::setSession<\/a>"],[100,1,"<a href=\"TokenType\/AbstractTokenType.php.html#63\">AbstractTokenType::setParam<\/a>"],[100,2,"<a href=\"TokenType\/AbstractTokenType.php.html#71\">AbstractTokenType::getParam<\/a>"],[100,2,"<a href=\"TokenType\/Bearer.php.html#21\">Bearer::generateResponse<\/a>"],[100,2,"<a href=\"TokenType\/Bearer.php.html#39\">Bearer::determineAccessTokenInHeader<\/a>"],[62.5,1,"<a href=\"TokenType\/MAC.php.html#26\">MAC::generateResponse<\/a>"],[100,13,"<a href=\"TokenType\/MAC.php.html#45\">MAC::determineAccessTokenInHeader<\/a>"],[100,3,"<a href=\"TokenType\/MAC.php.html#61\">MAC::anonymous function<\/a>"],[100,4,"<a href=\"TokenType\/MAC.php.html#129\">MAC::hash_equals<\/a>"],[33.333333333333,4,"<a href=\"Util\/KeyAlgorithm\/DefaultAlgorithm.php.html#19\">DefaultAlgorithm::generate<\/a>"],[33.333333333333,2,"<a href=\"Util\/RedirectUri.php.html#28\">RedirectUri::make<\/a>"],[50,1,"<a href=\"Util\/SecureKey.php.html#31\">SecureKey::generate<\/a>"],[100,1,"<a href=\"Util\/SecureKey.php.html#39\">SecureKey::setAlgorithm<\/a>"],[33.333333333333,2,"<a href=\"Util\/SecureKey.php.html#47\">SecureKey::getAlgorithm<\/a>"],[60,3,"<a href=\"Entity\/EntityTrait.php.html#23\">EntityTrait::hydrate<\/a>"]], 'Method Complexity')) .transition() .duration(500) .call(chart); nv.utils.windowResize(chart.update); return chart; }); function getComplexityData(data, label) { var values = []; $.each(data, function(key) { var value = Math.round(data[key][0]*100) / 100; values.push({ x: value, y: data[key][1], class: data[key][2], size: 0.05, shape: 'diamond' }); }); return [ { key: label, values: values, color: "#4572A7" } ]; } }); </script> </body> </html>