mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Travis pushed coverage of f19189a99939953d21c37be36cf8cdfbdcdd13e6@master to gh-pages
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="OAuthException.php.html#85"><abbr title="OAuthException::getParameter">getParameter</a></a></td><td class="text-right">0%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -137,7 +138,7 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<p>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.2.2</a> using <a href="http://php.net/" target="_top">PHP 5.5.21</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Fri Sep 4 7:38:21 UTC 2015.</small>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.2.2</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 Fri Sep 4 7:39:56 UTC 2015.</small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -158,7 +159,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,0,12], "Class Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,1,11], "Class Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -176,7 +177,7 @@ $(document).ready(function() {
|
||||
.yAxis.tickFormat(d3.format('d'));
|
||||
|
||||
d3.select('#methodCoverageDistribution svg')
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,15], "Method Coverage"))
|
||||
.datum(getCoverageDistributionData([1,0,0,0,0,0,0,0,0,0,0,15], "Method Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -226,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>"],[100,15,"<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,16,"<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);
|
||||
@@ -250,7 +251,7 @@ $(document).ready(function() {
|
||||
chart.yAxis.axisLabel('Method Complexity');
|
||||
|
||||
d3.select('#methodComplexity svg')
|
||||
.datum(getComplexityData([[100,1,"<a href=\"AccessDeniedException.php.html#32\">AccessDeniedException::__construct<\/a>"],[100,1,"<a href=\"InvalidClientException.php.html#32\">InvalidClientException::__construct<\/a>"],[100,1,"<a href=\"InvalidCredentialsException.php.html#32\">InvalidCredentialsException::__construct<\/a>"],[100,1,"<a href=\"InvalidGrantException.php.html#33\">InvalidGrantException::__construct<\/a>"],[100,1,"<a href=\"InvalidRefreshException.php.html#32\">InvalidRefreshException::__construct<\/a>"],[100,1,"<a href=\"InvalidRequestException.php.html#33\">InvalidRequestException::__construct<\/a>"],[100,1,"<a href=\"InvalidScopeException.php.html#33\">InvalidScopeException::__construct<\/a>"],[100,1,"<a href=\"OAuthException.php.html#44\">OAuthException::__construct<\/a>"],[100,2,"<a href=\"OAuthException.php.html#54\">OAuthException::shouldRedirect<\/a>"],[100,1,"<a href=\"OAuthException.php.html#64\">OAuthException::getRedirectUri<\/a>"],[100,11,"<a href=\"OAuthException.php.html#80\">OAuthException::getHttpHeaders<\/a>"],[100,2,"<a href=\"ServerErrorException.php.html#32\">ServerErrorException::__construct<\/a>"],[100,1,"<a href=\"UnauthorizedClientException.php.html#32\">UnauthorizedClientException::__construct<\/a>"],[100,1,"<a href=\"UnsupportedGrantTypeException.php.html#33\">UnsupportedGrantTypeException::__construct<\/a>"],[100,1,"<a href=\"UnsupportedResponseTypeException.php.html#32\">UnsupportedResponseTypeException::__construct<\/a>"]], 'Method Complexity'))
|
||||
.datum(getComplexityData([[100,1,"<a href=\"AccessDeniedException.php.html#32\">AccessDeniedException::__construct<\/a>"],[100,1,"<a href=\"InvalidClientException.php.html#32\">InvalidClientException::__construct<\/a>"],[100,1,"<a href=\"InvalidCredentialsException.php.html#32\">InvalidCredentialsException::__construct<\/a>"],[100,1,"<a href=\"InvalidGrantException.php.html#33\">InvalidGrantException::__construct<\/a>"],[100,1,"<a href=\"InvalidRefreshException.php.html#32\">InvalidRefreshException::__construct<\/a>"],[100,1,"<a href=\"InvalidRequestException.php.html#33\">InvalidRequestException::__construct<\/a>"],[100,1,"<a href=\"InvalidScopeException.php.html#33\">InvalidScopeException::__construct<\/a>"],[100,1,"<a href=\"OAuthException.php.html#49\">OAuthException::__construct<\/a>"],[100,2,"<a href=\"OAuthException.php.html#59\">OAuthException::shouldRedirect<\/a>"],[100,1,"<a href=\"OAuthException.php.html#69\">OAuthException::getRedirectUri<\/a>"],[0,1,"<a href=\"OAuthException.php.html#85\">OAuthException::getParameter<\/a>"],[100,11,"<a href=\"OAuthException.php.html#95\">OAuthException::getHttpHeaders<\/a>"],[100,2,"<a href=\"ServerErrorException.php.html#32\">ServerErrorException::__construct<\/a>"],[100,1,"<a href=\"UnauthorizedClientException.php.html#32\">UnauthorizedClientException::__construct<\/a>"],[100,1,"<a href=\"UnsupportedGrantTypeException.php.html#33\">UnsupportedGrantTypeException::__construct<\/a>"],[100,1,"<a href=\"UnsupportedResponseTypeException.php.html#32\">UnsupportedResponseTypeException::__construct<\/a>"]], 'Method Complexity'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
|
Reference in New Issue
Block a user