mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Travis pushed coverage of 40420f27edf5e9da2777f3ec8ccc92129a36c644@master to gh-pages
This commit is contained in:
@@ -59,8 +59,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="UserAuthenticationFailedEvent.php.html#17">UserAuthenticationFailedEvent</a></td><td class="text-right">75%</td></tr>
|
||||
<tr><td><a href="ClientAuthenticationFailedEvent.php.html#17">ClientAuthenticationFailedEvent</a></td><td class="text-right">75%</td></tr>
|
||||
<tr><td><a href="ClientAuthenticationFailedEvent.php.html#17">ClientAuthenticationFailedEvent</a></td><td class="text-right">66%</td></tr>
|
||||
<tr><td><a href="UserAuthenticationFailedEvent.php.html#17">UserAuthenticationFailedEvent</a></td><td class="text-right">66%</td></tr>
|
||||
<tr><td><a href="SessionOwnerEvent.php.html#17">SessionOwnerEvent</a></td><td class="text-right">75%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -114,8 +115,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><a href="UserAuthenticationFailedEvent.php.html#51"><abbr title="UserAuthenticationFailedEvent::getRequest">getRequest</a></a></td><td class="text-right">0%</td></tr>
|
||||
<tr><td><a href="ClientAuthenticationFailedEvent.php.html#51"><abbr title="ClientAuthenticationFailedEvent::getRequest">getRequest</a></a></td><td class="text-right">0%</td></tr>
|
||||
<tr><td><a href="ClientAuthenticationFailedEvent.php.html#31"><abbr title="ClientAuthenticationFailedEvent::__construct">__construct</a></a></td><td class="text-right">50%</td></tr>
|
||||
<tr><td><a href="SessionOwnerEvent.php.html#31"><abbr title="SessionOwnerEvent::__construct">__construct</a></a></td><td class="text-right">50%</td></tr>
|
||||
<tr><td><a href="UserAuthenticationFailedEvent.php.html#31"><abbr title="UserAuthenticationFailedEvent::__construct">__construct</a></a></td><td class="text-right">50%</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -141,7 +143,7 @@
|
||||
<footer>
|
||||
<hr/>
|
||||
<p>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.13</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 Mon Dec 15 16:50:52 UTC 2014.</small>
|
||||
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.13</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 Mon Dec 15 16:52:38 UTC 2014.</small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -162,7 +164,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,1], "Class Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,2,1,0,0,0], "Class Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -180,7 +182,7 @@ $(document).ready(function() {
|
||||
.yAxis.tickFormat(d3.format('d'));
|
||||
|
||||
d3.select('#methodCoverageDistribution svg')
|
||||
.datum(getCoverageDistributionData([2,0,0,0,0,0,0,0,0,0,0,7], "Method Coverage"))
|
||||
.datum(getCoverageDistributionData([0,0,0,0,0,0,3,0,0,0,0,6], "Method Coverage"))
|
||||
.transition().duration(500).call(chart);
|
||||
|
||||
nv.utils.windowResize(chart.update);
|
||||
@@ -231,7 +233,7 @@ $(document).ready(function() {
|
||||
chart.yAxis.axisLabel('Cyclomatic Complexity');
|
||||
|
||||
d3.select('#classComplexity svg')
|
||||
.datum(getComplexityData([[75,3,"<a href=\"ClientAuthenticationFailedEvent.php.html#17\">ClientAuthenticationFailedEvent<\/a>"],[100,3,"<a href=\"SessionOwnerEvent.php.html#17\">SessionOwnerEvent<\/a>"],[75,3,"<a href=\"UserAuthenticationFailedEvent.php.html#17\">UserAuthenticationFailedEvent<\/a>"]], 'Class Complexity'))
|
||||
.datum(getComplexityData([[66.666666666667,3,"<a href=\"ClientAuthenticationFailedEvent.php.html#17\">ClientAuthenticationFailedEvent<\/a>"],[75,3,"<a href=\"SessionOwnerEvent.php.html#17\">SessionOwnerEvent<\/a>"],[66.666666666667,3,"<a href=\"UserAuthenticationFailedEvent.php.html#17\">UserAuthenticationFailedEvent<\/a>"]], 'Class Complexity'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
@@ -256,7 +258,7 @@ $(document).ready(function() {
|
||||
chart.yAxis.axisLabel('Method Complexity');
|
||||
|
||||
d3.select('#methodComplexity svg')
|
||||
.datum(getComplexityData([[100,1,"<a href=\"ClientAuthenticationFailedEvent.php.html#31\">ClientAuthenticationFailedEvent::__construct<\/a>"],[100,1,"<a href=\"ClientAuthenticationFailedEvent.php.html#41\">ClientAuthenticationFailedEvent::getName<\/a>"],[0,1,"<a href=\"ClientAuthenticationFailedEvent.php.html#51\">ClientAuthenticationFailedEvent::getRequest<\/a>"],[100,1,"<a href=\"SessionOwnerEvent.php.html#31\">SessionOwnerEvent::__construct<\/a>"],[100,1,"<a href=\"SessionOwnerEvent.php.html#41\">SessionOwnerEvent::getName<\/a>"],[100,1,"<a href=\"SessionOwnerEvent.php.html#51\">SessionOwnerEvent::getSession<\/a>"],[100,1,"<a href=\"UserAuthenticationFailedEvent.php.html#31\">UserAuthenticationFailedEvent::__construct<\/a>"],[100,1,"<a href=\"UserAuthenticationFailedEvent.php.html#41\">UserAuthenticationFailedEvent::getName<\/a>"],[0,1,"<a href=\"UserAuthenticationFailedEvent.php.html#51\">UserAuthenticationFailedEvent::getRequest<\/a>"]], 'Method Complexity'))
|
||||
.datum(getComplexityData([[50,1,"<a href=\"ClientAuthenticationFailedEvent.php.html#31\">ClientAuthenticationFailedEvent::__construct<\/a>"],[100,1,"<a href=\"ClientAuthenticationFailedEvent.php.html#41\">ClientAuthenticationFailedEvent::getName<\/a>"],[100,1,"<a href=\"ClientAuthenticationFailedEvent.php.html#51\">ClientAuthenticationFailedEvent::getRequest<\/a>"],[50,1,"<a href=\"SessionOwnerEvent.php.html#31\">SessionOwnerEvent::__construct<\/a>"],[100,1,"<a href=\"SessionOwnerEvent.php.html#41\">SessionOwnerEvent::getName<\/a>"],[100,1,"<a href=\"SessionOwnerEvent.php.html#51\">SessionOwnerEvent::getSession<\/a>"],[50,1,"<a href=\"UserAuthenticationFailedEvent.php.html#31\">UserAuthenticationFailedEvent::__construct<\/a>"],[100,1,"<a href=\"UserAuthenticationFailedEvent.php.html#41\">UserAuthenticationFailedEvent::getName<\/a>"],[100,1,"<a href=\"UserAuthenticationFailedEvent.php.html#51\">UserAuthenticationFailedEvent::getRequest<\/a>"]], 'Method Complexity'))
|
||||
.transition()
|
||||
.duration(500)
|
||||
.call(chart);
|
||||
|
Reference in New Issue
Block a user