Skip to content

Commit

Permalink
[TASK] Add coverage report and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBlack committed Mar 25, 2016
1 parent 008587f commit 81c19f8
Show file tree
Hide file tree
Showing 31 changed files with 3,299 additions and 9 deletions.
9 changes: 4 additions & 5 deletions Build/UnitTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
stopOnSkipped="false"
verbose="false"
>

<filter>
<whitelist>
<directory suffix=".php">../</directory>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../src</directory>
<exclude>
<directory suffix=".php">../Build</directory>
<directory suffix=".php">../src</directory>
<directory suffix=".php">../vendor</directory>
<directory suffix=".php">../src/Tests</directory>
</exclude>
</whitelist>
</filter>
Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# BaseConverter
BaseConverter
=============

[![Build Status](https://travis-ci.org/NeoBlack/BaseConverter.svg)](https://travis-ci.org/NeoBlack/BaseConverter) [![GitHub version](https://badge.fury.io/gh/NeoBlack%2FBaseConverter.svg)](http://badge.fury.io/gh/NeoBlack%2FBaseConverter) [![Code Coverage](https://img.shields.io/badge/coverage-report-blue.svg)](https://htmlpreview.github.io/?https://github.com/NeoBlack/BaseConverter/blob/master/docs/index.html)

BaseConverter is a simple and small library to convert interger values to different other bases and back.

## Developer Notes

If you want to contribute, fork this repository and send a pull request.

## Unit Test

```
./bin/phpunit -c Build/UnitTests.xml
```

## Coverage report

```
rm -rf docs
./bin/phpunit -c Build/UnitTests.xml --coverage-html docs
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.2"
"phpunit/phpunit": "^5.2.0"
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

274 changes: 274 additions & 0 deletions docs/BaseConverter.php.html

Large diffs are not rendered by default.

275 changes: 275 additions & 0 deletions docs/Classes/BaseConverter.php.html

Large diffs are not rendered by default.

287 changes: 287 additions & 0 deletions docs/Classes/dashboard.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,287 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /Users/franae/work/BaseConverter/src/Classes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/nv.d3.min.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<script src="../js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="../index.html">/Users/franae/work/BaseConverter/src</a></li>
<li><a href="index.html">Classes</a></li>
<li class="active">(Dashboard)</li>

</ol>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Classes</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Coverage Distribution</h3>
<div id="classCoverageDistribution" style="height: 300px;">
<svg></svg>
</div>
</div>
<div class="col-md-6">
<h3>Complexity</h3>
<div id="classComplexity" style="height: 300px;">
<svg></svg>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Insufficient Coverage</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Class</th>
<th class="text-right">Coverage</th>
</tr>
</thead>
<tbody>

</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<h3>Project Risks</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Class</th>
<th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th>
</tr>
</thead>
<tbody>

</tbody>
</table>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Methods</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Coverage Distribution</h3>
<div id="methodCoverageDistribution" style="height: 300px;">
<svg></svg>
</div>
</div>
<div class="col-md-6">
<h3>Complexity</h3>
<div id="methodComplexity" style="height: 300px;">
<svg></svg>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Insufficient Coverage</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Method</th>
<th class="text-right">Coverage</th>
</tr>
</thead>
<tbody>

</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<h3>Project Risks</h3>
<div class="scrollbox">
<table class="table">
<thead>
<tr>
<th>Method</th>
<th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th>
</tr>
</thead>
<tbody>

</tbody>
</table>
</div>
</div>
</div>
<footer>
<hr/>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 3.3.0-3-g9b2a050</a> using <a href="http://php.net/" target="_top">PHP 7.0.2</a> and <a href="https://phpunit.de/">PHPUnit 5.4-g11112cb</a> at Fri Mar 25 16:03:47 CET 2016.</small>
</p>
</footer>
</div>
<script src="../js/jquery.min.js" type="text/javascript"></script>
<script src="../js/bootstrap.min.js" type="text/javascript"></script>
<script src="../js/holder.min.js" type="text/javascript"></script>
<script src="../js/d3.min.js" type="text/javascript"></script>
<script src="../js/nv.d3.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
nv.addGraph(function() {
var chart = nv.models.multiBarChart();
chart.tooltips(false)
.showControls(false)
.showLegend(false)
.reduceXTicks(false)
.staggerLabels(true)
.yAxis.tickFormat(d3.format('d'));

d3.select('#classCoverageDistribution svg')
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,1], "Class Coverage"))
.transition().duration(500).call(chart);

nv.utils.windowResize(chart.update);

return chart;
});

nv.addGraph(function() {
var chart = nv.models.multiBarChart();
chart.tooltips(false)
.showControls(false)
.showLegend(false)
.reduceXTicks(false)
.staggerLabels(true)
.yAxis.tickFormat(d3.format('d'));

d3.select('#methodCoverageDistribution svg')
.datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,2], "Method Coverage"))
.transition().duration(500).call(chart);

nv.utils.windowResize(chart.update);

return chart;
});

function getCoverageDistributionData(data, label) {
var labels = [
'0%',
'0-10%',
'10-20%',
'20-30%',
'30-40%',
'40-50%',
'50-60%',
'60-70%',
'70-80%',
'80-90%',
'90-100%',
'100%'
];
var values = [];
$.each(labels, function(key) {
values.push({x: labels[key], y: data[key]});
});

return [
{
key: label,
values: values,
color: "#4572A7"
}
];
}
nv.addGraph(function() {
var chart = nv.models.scatterChart()
.showDistX(true)
.showDistY(true)
.showLegend(false)
.forceX([0, 100]);
chart.tooltipContent(function(key, y, e, graph) {
return '<p>' + graph.point.class + '</p>';
});

chart.xAxis.axisLabel('Code Coverage (in percent)');
chart.yAxis.axisLabel('Cyclomatic Complexity');

d3.select('#classComplexity svg')
.datum(getComplexityData([[100,4,"<a href=\"BaseConverter.php.html#17\">BaseConverter<\/a>"]], 'Class Complexity'))
.transition()
.duration(500)
.call(chart);

nv.utils.windowResize(chart.update);

return chart;
});

nv.addGraph(function() {
var chart = nv.models.scatterChart()
.showDistX(true)
.showDistY(true)
.showLegend(false)
.forceX([0, 100]);
chart.tooltipContent(function(key, y, e, graph) {
return '<p>' + graph.point.class + '</p>';
});

chart.xAxis.axisLabel('Code Coverage (in percent)');
chart.yAxis.axisLabel('Method Complexity');

d3.select('#methodComplexity svg')
.datum(getComplexityData([[100,2,"<a href=\"BaseConverter.php.html#50\">BaseConverter::to10Base<\/a>"],[100,2,"<a href=\"BaseConverter.php.html#69\">BaseConverter::toBase<\/a>"]], 'Method Complexity'))
.transition()
.duration(500)
.call(chart);

nv.utils.windowResize(chart.update);

return chart;
});

function getComplexityData(data, label) {
var values = [];
$.each(data, function(key) {
var value = Math.round(data[key][0]*100) / 100;
values.push({
x: value,
y: data[key][1],
class: data[key][2],
size: 0.05,
shape: 'diamond'
});
});

return [
{
key: label,
values: values,
color: "#4572A7"
}
];
}
});
</script>
</body>
</html>
Loading

0 comments on commit 81c19f8

Please sign in to comment.