mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Travis pushed coverage of 72a5c1794a8f090e5f4f18a0338a25866f0f3ea1@master to gh-pages
This commit is contained in:
@@ -59,8 +59,6 @@
|
||||
</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>
|
||||
@@ -77,8 +75,6 @@
|
||||
</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>
|
||||
@@ -116,8 +112,6 @@
|
||||
</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>
|
||||
@@ -134,8 +128,6 @@
|
||||
</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>
|
||||
@@ -145,7 +137,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://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>
|
||||
<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.4.35</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Sat Dec 27 22:52:04 UTC 2014.</small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -166,7 +158,7 @@ $(document).ready(function() {
|
||||
.yAxis.tickFormat(d3.format('d'));
|
||||
|
||||
d3.select('#classCoverageDistribution svg')
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,0,0,3], "Class Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,5], "Class Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -184,7 +176,7 @@ $(document).ready(function() {
|
||||
.yAxis.tickFormat(d3.format('d'));
|
||||
|
||||
d3.select('#methodCoverageDistribution svg')
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,2,0,0,17], "Method Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,19], "Method Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -235,7 +227,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>"],[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'))
|
||||
.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'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
@@ -260,7 +252,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>"],[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'))
|
||||
.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'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
|
Reference in New Issue
Block a user