mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Travis pushed coverage of 1ad44d1ce0fb613318eeff703b7afb1e5d9929f7@master to gh-pages
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<p>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.3.0</a> using <a href="http://php.net/" target="_top">PHP 7.0.4</a> and <a href="https://phpunit.de/">PHPUnit 5.2.10</a> at Wed Mar 23 11:29:11 UTC 2016.</small>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.2.4</a> using <a href="http://php.net/" target="_top">PHP 5.4.37</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Wed Mar 23 11:29:15 UTC 2016.</small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -227,7 +227,7 @@ $(document).ready(function() {
|
||||
chart.yAxis.axisLabel('Cyclomatic Complexity');
|
||||
|
||||
d3.select('#classComplexity svg')
|
||||
.datum(getComplexityData([[100,1,"<a href=\"AccessDeniedException.php.html#17\">AccessDeniedException<\/a>"],[100,1,"<a href=\"InvalidClientException.php.html#17\">InvalidClientException<\/a>"],[100,1,"<a href=\"InvalidCredentialsException.php.html#17\">InvalidCredentialsException<\/a>"],[100,1,"<a href=\"InvalidGrantException.php.html#17\">InvalidGrantException<\/a>"],[100,1,"<a href=\"InvalidRefreshException.php.html#17\">InvalidRefreshException<\/a>"],[100,1,"<a href=\"InvalidRequestException.php.html#17\">InvalidRequestException<\/a>"],[100,1,"<a href=\"InvalidScopeException.php.html#17\">InvalidScopeException<\/a>"],[95.652173913043,17,"<a href=\"OAuthException.php.html#20\">OAuthException<\/a>"],[100,2,"<a href=\"ServerErrorException.php.html#17\">ServerErrorException<\/a>"],[100,1,"<a href=\"UnauthorizedClientException.php.html#17\">UnauthorizedClientException<\/a>"],[100,1,"<a href=\"UnsupportedGrantTypeException.php.html#17\">UnsupportedGrantTypeException<\/a>"],[100,1,"<a href=\"UnsupportedResponseTypeException.php.html#17\">UnsupportedResponseTypeException<\/a>"]], 'Class Complexity'))
|
||||
.datum(getComplexityData([[100,1,"<a href=\"AccessDeniedException.php.html#17\">AccessDeniedException<\/a>"],[100,1,"<a href=\"InvalidClientException.php.html#17\">InvalidClientException<\/a>"],[100,1,"<a href=\"InvalidCredentialsException.php.html#17\">InvalidCredentialsException<\/a>"],[100,1,"<a href=\"InvalidGrantException.php.html#17\">InvalidGrantException<\/a>"],[100,1,"<a href=\"InvalidRefreshException.php.html#17\">InvalidRefreshException<\/a>"],[100,1,"<a href=\"InvalidRequestException.php.html#17\">InvalidRequestException<\/a>"],[100,1,"<a href=\"InvalidScopeException.php.html#17\">InvalidScopeException<\/a>"],[96.153846153846,17,"<a href=\"OAuthException.php.html#20\">OAuthException<\/a>"],[100,2,"<a href=\"ServerErrorException.php.html#17\">ServerErrorException<\/a>"],[100,1,"<a href=\"UnauthorizedClientException.php.html#17\">UnauthorizedClientException<\/a>"],[100,1,"<a href=\"UnsupportedGrantTypeException.php.html#17\">UnsupportedGrantTypeException<\/a>"],[100,1,"<a href=\"UnsupportedResponseTypeException.php.html#17\">UnsupportedResponseTypeException<\/a>"]], 'Class Complexity'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
|
Reference in New Issue
Block a user