mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Travis pushed coverage of ed7f78179af349530f04047b86190cdd213b21ba@master to gh-pages
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="OAuthException.php.html#20">OAuthException</a></td><td class="text-right">78%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -75,6 +76,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="OAuthException.php.html#20">OAuthException</a></td><td class="text-right">18</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -113,6 +115,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="OAuthException.php.html#85"><abbr title="OAuthException::getParameter">getParameter</abbr></a></td><td class="text-right">0%</td></tr>
|
||||
<tr><td><a href="OAuthException.php.html#95"><abbr title="OAuthException::getHttpHeaders">getHttpHeaders</abbr></a></td><td class="text-right">73%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -129,6 +132,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="OAuthException.php.html#95"><abbr title="OAuthException::getHttpHeaders">getHttpHeaders</abbr></a></td><td class="text-right">13</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -138,7 +142,7 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<p>
|
||||
<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 Sun Dec 20 20:38:51 UTC 2015.</small>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.0.2</a> using <a href="http://php.net/" target="_top">PHP 7.0.0</a> and <a href="https://phpunit.de/">PHPUnit 5.1.3</a> at Sun Dec 20 20:39:04 UTC 2015.</small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -159,7 +163,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,11], "Class Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,1,0,0,11], "Class Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -177,7 +181,7 @@ $(document).ready(function() {
|
||||
.yAxis.tickFormat(d3.format('d'));
|
||||
|
||||
d3.select('#methodCoverageDistribution svg')
|
||||
.datum(getCoverageDistributionData([1,0,0,0,0,0,0,0,0,0,0,15], "Method Coverage"))
|
||||
.datum(getCoverageDistributionData([1,0,0,0,0,0,0,0,1,0,0,14], "Method Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -227,7 +231,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>"],[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'))
|
||||
.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>"],[78.260869565217,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);
|
||||
@@ -251,7 +255,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#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'))
|
||||
.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>"],[73.333333333333,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