mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Travis pushed coverage of 707c85b0d634f72da5c7ebe20d394c78c0dbf43b@master to gh-pages
This commit is contained in:
@@ -59,6 +59,8 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="ClientCredentialsGrant.php.html#24">ClientCredentialsGrant</a></td><td class="text-right">72%</td></tr>
|
||||
<tr><td><a href="PasswordGrant.php.html#25">PasswordGrant</a></td><td class="text-right">76%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -75,6 +77,8 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="PasswordGrant.php.html#25">PasswordGrant</a></td><td class="text-right">17</td></tr>
|
||||
<tr><td><a href="ClientCredentialsGrant.php.html#24">ClientCredentialsGrant</a></td><td class="text-right">6</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -112,6 +116,8 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="ClientCredentialsGrant.php.html#61"><abbr title="ClientCredentialsGrant::completeFlow">completeFlow</a></a></td><td class="text-right">72%</td></tr>
|
||||
<tr><td><a href="PasswordGrant.php.html#90"><abbr title="PasswordGrant::completeFlow">completeFlow</a></a></td><td class="text-right">72%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -128,6 +134,8 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="PasswordGrant.php.html#90"><abbr title="PasswordGrant::completeFlow">completeFlow</abbr></a></td><td class="text-right">13</td></tr>
|
||||
<tr><td><a href="ClientCredentialsGrant.php.html#61"><abbr title="ClientCredentialsGrant::completeFlow">completeFlow</abbr></a></td><td class="text-right">6</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -137,7 +145,7 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<p>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.14</a> using <a href="http://php.net/" target="_top">PHP 5.6.3</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Sat Dec 27 22:28:43 UTC 2014.</small>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.14</a> using <a href="http://hhvm.com/" target="_top">HHVM 3.4.0</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Sat Dec 27 22:29:04 UTC 2014.</small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -158,7 +166,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,5], "Class Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,0,0,3], "Class Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -176,7 +184,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,19], "Method Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,0,0,17], "Method Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -227,7 +235,7 @@ $(document).ready(function() {
|
||||
chart.yAxis.axisLabel('Cyclomatic Complexity');
|
||||
|
||||
d3.select('#classComplexity svg')
|
||||
.datum(getComplexityData([[100,21,"<a href=\"AbstractGrant.php.html#22\">AbstractGrant<\/a>"],[100,25,"<a href=\"AuthCodeGrant.php.html#26\">AuthCodeGrant<\/a>"],[100,6,"<a href=\"ClientCredentialsGrant.php.html#24\">ClientCredentialsGrant<\/a>"],[100,15,"<a href=\"PasswordGrant.php.html#25\">PasswordGrant<\/a>"],[100,13,"<a href=\"RefreshTokenGrant.php.html#24\">RefreshTokenGrant<\/a>"]], 'Class Complexity'))
|
||||
.datum(getComplexityData([[100,21,"<a href=\"AbstractGrant.php.html#22\">AbstractGrant<\/a>"],[100,25,"<a href=\"AuthCodeGrant.php.html#26\">AuthCodeGrant<\/a>"],[72.727272727273,6,"<a href=\"ClientCredentialsGrant.php.html#24\">ClientCredentialsGrant<\/a>"],[76.923076923077,15,"<a href=\"PasswordGrant.php.html#25\">PasswordGrant<\/a>"],[100,13,"<a href=\"RefreshTokenGrant.php.html#24\">RefreshTokenGrant<\/a>"]], 'Class Complexity'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
@@ -252,7 +260,7 @@ $(document).ready(function() {
|
||||
chart.yAxis.axisLabel('Method Complexity');
|
||||
|
||||
d3.select('#methodComplexity svg')
|
||||
.datum(getComplexityData([[100,1,"<a href=\"AbstractGrant.php.html#62\">AbstractGrant::getIdentifier<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#70\">AbstractGrant::setIdentifier<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#80\">AbstractGrant::getResponseType<\/a>"],[100,2,"<a href=\"AbstractGrant.php.html#90\">AbstractGrant::getAccessTokenTTL<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#106\">AbstractGrant::setAccessTokenTTL<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#116\">AbstractGrant::setAuthorizationServer<\/a>"],[100,11,"<a href=\"AbstractGrant.php.html#135\">AbstractGrant::validateScopes<\/a>"],[100,3,"<a href=\"AbstractGrant.php.html#186\">AbstractGrant::formatScopes<\/a>"],[100,1,"<a href=\"AuthCodeGrant.php.html#70\">AuthCodeGrant::setAuthTokenTTL<\/a>"],[100,8,"<a href=\"AuthCodeGrant.php.html#82\">AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"<a href=\"AuthCodeGrant.php.html#145\">AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,14,"<a href=\"AuthCodeGrant.php.html#176\">AuthCodeGrant::completeFlow<\/a>"],[100,6,"<a href=\"ClientCredentialsGrant.php.html#61\">ClientCredentialsGrant::completeFlow<\/a>"],[100,1,"<a href=\"PasswordGrant.php.html#62\">PasswordGrant::setVerifyCredentialsCallback<\/a>"],[100,3,"<a href=\"PasswordGrant.php.html#74\">PasswordGrant::getVerifyCredentialsCallback<\/a>"],[100,11,"<a href=\"PasswordGrant.php.html#90\">PasswordGrant::completeFlow<\/a>"],[100,1,"<a href=\"RefreshTokenGrant.php.html#45\">RefreshTokenGrant::setRefreshTokenTTL<\/a>"],[100,1,"<a href=\"RefreshTokenGrant.php.html#55\">RefreshTokenGrant::getRefreshTokenTTL<\/a>"],[100,11,"<a href=\"RefreshTokenGrant.php.html#63\">RefreshTokenGrant::completeFlow<\/a>"]], 'Method Complexity'))
|
||||
.datum(getComplexityData([[100,1,"<a href=\"AbstractGrant.php.html#62\">AbstractGrant::getIdentifier<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#70\">AbstractGrant::setIdentifier<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#80\">AbstractGrant::getResponseType<\/a>"],[100,2,"<a href=\"AbstractGrant.php.html#90\">AbstractGrant::getAccessTokenTTL<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#106\">AbstractGrant::setAccessTokenTTL<\/a>"],[100,1,"<a href=\"AbstractGrant.php.html#116\">AbstractGrant::setAuthorizationServer<\/a>"],[100,11,"<a href=\"AbstractGrant.php.html#135\">AbstractGrant::validateScopes<\/a>"],[100,3,"<a href=\"AbstractGrant.php.html#186\">AbstractGrant::formatScopes<\/a>"],[100,1,"<a href=\"AuthCodeGrant.php.html#70\">AuthCodeGrant::setAuthTokenTTL<\/a>"],[100,8,"<a href=\"AuthCodeGrant.php.html#82\">AuthCodeGrant::checkAuthorizeParams<\/a>"],[100,2,"<a href=\"AuthCodeGrant.php.html#145\">AuthCodeGrant::newAuthorizeRequest<\/a>"],[100,14,"<a href=\"AuthCodeGrant.php.html#176\">AuthCodeGrant::completeFlow<\/a>"],[72.727272727273,6,"<a href=\"ClientCredentialsGrant.php.html#61\">ClientCredentialsGrant::completeFlow<\/a>"],[100,1,"<a href=\"PasswordGrant.php.html#62\">PasswordGrant::setVerifyCredentialsCallback<\/a>"],[100,3,"<a href=\"PasswordGrant.php.html#74\">PasswordGrant::getVerifyCredentialsCallback<\/a>"],[72.727272727273,11,"<a href=\"PasswordGrant.php.html#90\">PasswordGrant::completeFlow<\/a>"],[100,1,"<a href=\"RefreshTokenGrant.php.html#45\">RefreshTokenGrant::setRefreshTokenTTL<\/a>"],[100,1,"<a href=\"RefreshTokenGrant.php.html#55\">RefreshTokenGrant::getRefreshTokenTTL<\/a>"],[100,11,"<a href=\"RefreshTokenGrant.php.html#63\">RefreshTokenGrant::completeFlow<\/a>"]], 'Method Complexity'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
|
Reference in New Issue
Block a user