Travis pushed coverage of abf66ef9c8497ed05f2bde930d9ba8c1a54f26b3@master to gh-pages

This commit is contained in:
TravisCI
2015-08-21 08:00:38 +00:00
parent 1d42659595
commit fb6664fc46
67 changed files with 3078 additions and 3161 deletions

View File

@@ -59,9 +59,6 @@
</tr>
</thead>
<tbody>
<tr><td><a href="KeyAlgorithm/DefaultAlgorithm.php.html#14">DefaultAlgorithm</a></td><td class="text-right">33%</td></tr>
<tr><td><a href="RedirectUri.php.html#17">RedirectUri</a></td><td class="text-right">33%</td></tr>
<tr><td><a href="SecureKey.php.html#20">SecureKey</a></td><td class="text-right">50%</td></tr>
</tbody>
</table>
@@ -78,9 +75,6 @@
</tr>
</thead>
<tbody>
<tr><td><a href="KeyAlgorithm/DefaultAlgorithm.php.html#14">DefaultAlgorithm</a></td><td class="text-right">8</td></tr>
<tr><td><a href="SecureKey.php.html#20">SecureKey</a></td><td class="text-right">6</td></tr>
<tr><td><a href="RedirectUri.php.html#17">RedirectUri</a></td><td class="text-right">3</td></tr>
</tbody>
</table>
@@ -118,10 +112,6 @@
</tr>
</thead>
<tbody>
<tr><td><a href="KeyAlgorithm/DefaultAlgorithm.php.html#19"><abbr title="DefaultAlgorithm::generate">generate</a></a></td><td class="text-right">33%</td></tr>
<tr><td><a href="RedirectUri.php.html#28"><abbr title="RedirectUri::make">make</a></a></td><td class="text-right">33%</td></tr>
<tr><td><a href="SecureKey.php.html#47"><abbr title="SecureKey::getAlgorithm">getAlgorithm</a></a></td><td class="text-right">33%</td></tr>
<tr><td><a href="SecureKey.php.html#31"><abbr title="SecureKey::generate">generate</a></a></td><td class="text-right">50%</td></tr>
</tbody>
</table>
@@ -138,9 +128,6 @@
</tr>
</thead>
<tbody>
<tr><td><a href="KeyAlgorithm/DefaultAlgorithm.php.html#19"><abbr title="DefaultAlgorithm::generate">generate</abbr></a></td><td class="text-right">8</td></tr>
<tr><td><a href="RedirectUri.php.html#28"><abbr title="RedirectUri::make">make</abbr></a></td><td class="text-right">3</td></tr>
<tr><td><a href="SecureKey.php.html#47"><abbr title="SecureKey::getAlgorithm">getAlgorithm</abbr></a></td><td class="text-right">3</td></tr>
</tbody>
</table>
@@ -150,7 +137,7 @@
<footer>
<hr/>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.1.8</a> using <a href="http://hhvm.com/" target="_top">HHVM 3.5.0</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Mon Jul 13 20:57:23 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.5.21</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Fri Aug 21 8:00:23 UTC 2015.</small>
</p>
</footer>
</div>
@@ -171,7 +158,7 @@ $(document).ready(function() {
.yAxis.tickFormat(d3.format('d'));
d3.select('#classCoverageDistribution svg')
.datum(getCoverageDistributionData([0,0,0,0,2,0,1,0,0,0,0,0], "Class Coverage"))
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,3], "Class Coverage"))
.transition().duration(500).call(chart);
nv.utils.windowResize(chart.update);
@@ -189,7 +176,7 @@ $(document).ready(function() {
.yAxis.tickFormat(d3.format('d'));
d3.select('#methodCoverageDistribution svg')
.datum(getCoverageDistributionData([0,0,0,0,3,0,1,0,0,0,0,1], "Method Coverage"))
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,5], "Method Coverage"))
.transition().duration(500).call(chart);
nv.utils.windowResize(chart.update);
@@ -239,7 +226,7 @@ $(document).ready(function() {
chart.yAxis.axisLabel('Cyclomatic Complexity');
d3.select('#classComplexity svg')
.datum(getComplexityData([[33.333333333333,4,"<a href=\"KeyAlgorithm\/DefaultAlgorithm.php.html#14\">DefaultAlgorithm<\/a>"],[33.333333333333,2,"<a href=\"RedirectUri.php.html#17\">RedirectUri<\/a>"],[50,4,"<a href=\"SecureKey.php.html#20\">SecureKey<\/a>"]], 'Class Complexity'))
.datum(getComplexityData([[100,4,"<a href=\"KeyAlgorithm\/DefaultAlgorithm.php.html#14\">DefaultAlgorithm<\/a>"],[100,2,"<a href=\"RedirectUri.php.html#17\">RedirectUri<\/a>"],[100,4,"<a href=\"SecureKey.php.html#20\">SecureKey<\/a>"]], 'Class Complexity'))
.transition()
.duration(500)
.call(chart);
@@ -263,7 +250,7 @@ $(document).ready(function() {
chart.yAxis.axisLabel('Method Complexity');
d3.select('#methodComplexity svg')
.datum(getComplexityData([[33.333333333333,4,"<a href=\"KeyAlgorithm\/DefaultAlgorithm.php.html#19\">DefaultAlgorithm::generate<\/a>"],[33.333333333333,2,"<a href=\"RedirectUri.php.html#28\">RedirectUri::make<\/a>"],[50,1,"<a href=\"SecureKey.php.html#31\">SecureKey::generate<\/a>"],[100,1,"<a href=\"SecureKey.php.html#39\">SecureKey::setAlgorithm<\/a>"],[33.333333333333,2,"<a href=\"SecureKey.php.html#47\">SecureKey::getAlgorithm<\/a>"]], 'Method Complexity'))
.datum(getComplexityData([[100,4,"<a href=\"KeyAlgorithm\/DefaultAlgorithm.php.html#19\">DefaultAlgorithm::generate<\/a>"],[100,2,"<a href=\"RedirectUri.php.html#28\">RedirectUri::make<\/a>"],[100,1,"<a href=\"SecureKey.php.html#31\">SecureKey::generate<\/a>"],[100,1,"<a href=\"SecureKey.php.html#39\">SecureKey::setAlgorithm<\/a>"],[100,2,"<a href=\"SecureKey.php.html#47\">SecureKey::getAlgorithm<\/a>"]], 'Method Complexity'))
.transition()
.duration(500)
.call(chart);