2015-12-08 08:31:47 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
2015-12-09 12:36:30 +00:00
< title > Dashboard for /home/seekdasky/git/projetphp/repositories< / title >
2015-12-08 08:31:47 +00:00
< 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" >
2015-12-09 12:36:30 +00:00
< li > < a href = "index.html" > /home/seekdasky/git/projetphp/repositories< / a > < / li >
2015-12-08 08:31:47 +00:00
< 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 >
2015-12-09 12:36:30 +00:00
< tr > < td > < a href = "StaticRepo.php.html#3" > StaticRepo< / a > < / td > < td class = "text-right" > 58%< / td > < / tr >
2015-12-08 08:31:47 +00:00
< / 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 >
2015-12-09 12:36:30 +00:00
< tr > < td > < a href = "StaticRepo.php.html#3" > StaticRepo< / a > < / td > < td class = "text-right" > 62< / td > < / tr >
2015-12-08 08:31:47 +00:00
< / 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 >
2015-12-09 12:36:30 +00:00
< tr > < td > < a href = "StaticRepo.php.html#11" > < abbr title = "StaticRepo::__construct" > __construct< / abbr > < / a > < / td > < td class = "text-right" > 0%< / td > < / tr >
< tr > < td > < a href = "StaticRepo.php.html#106" > < abbr title = "StaticRepo::checkParam" > checkParam< / abbr > < / a > < / td > < td class = "text-right" > 0%< / td > < / tr >
< tr > < td > < a href = "repos/MedecinRepo.php.html#19" > < abbr title = "MedecinRepo::add" > add< / abbr > < / a > < / td > < td class = "text-right" > 83%< / td > < / tr >
< tr > < td > < a href = "StaticRepo.php.html#45" > < abbr title = "StaticRepo::delNumeric" > delNumeric< / abbr > < / a > < / td > < td class = "text-right" > 85%< / td > < / tr >
< tr > < td > < a href = "repos/RDVRepo.php.html#59" > < abbr title = "RDVRepo::getAll" > getAll< / abbr > < / a > < / td > < td class = "text-right" > 85%< / td > < / tr >
< tr > < td > < a href = "repos/RDVRepo.php.html#31" > < abbr title = "RDVRepo::add" > add< / abbr > < / a > < / td > < td class = "text-right" > 88%< / td > < / tr >
2015-12-08 08:31:47 +00:00
< / 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 >
2015-12-09 12:36:30 +00:00
< tr > < td > < a href = "StaticRepo.php.html#106" > < abbr title = "StaticRepo::checkParam" > checkParam< / abbr > < / a > < / td > < td class = "text-right" > 72< / td > < / tr >
< tr > < td > < a href = "StaticRepo.php.html#45" > < abbr title = "StaticRepo::delNumeric" > delNumeric< / abbr > < / a > < / td > < td class = "text-right" > 10< / td > < / tr >
< tr > < td > < a href = "repos/RDVRepo.php.html#59" > < abbr title = "RDVRepo::getAll" > getAll< / abbr > < / a > < / td > < td class = "text-right" > 4< / td > < / tr >
< tr > < td > < a href = "repos/MedecinRepo.php.html#19" > < abbr title = "MedecinRepo::add" > add< / abbr > < / a > < / td > < td class = "text-right" > 2< / td > < / tr >
< tr > < td > < a href = "repos/RDVRepo.php.html#31" > < abbr title = "RDVRepo::add" > add< / abbr > < / a > < / td > < td class = "text-right" > 2< / td > < / tr >
2015-12-08 08:31:47 +00:00
< / tbody >
< / table >
< / div >
< / div >
< / div >
< footer >
< hr / >
< p >
2015-12-09 12:36:30 +00:00
< small > Generated by < a href = "http://github.com/sebastianbergmann/php-code-coverage" target = "_top" > PHP_CodeCoverage 3.0.2< / a > using < a href = "http://php.net/" target = "_top" > PHP 7.0.0< / a > and < a href = "https://phpunit.de/" > PHPUnit 5.1.0< / a > at Wed Dec 9 12:35:41 UTC 2015.< / small >
2015-12-08 08:31:47 +00:00
< / 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')
2015-12-09 12:36:30 +00:00
.datum(getCoverageDistributionData([0,0,0,0,0,0,1,0,0,0,4,0], "Class Coverage"))
2015-12-08 08:31:47 +00:00
.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')
2015-12-09 12:36:30 +00:00
.datum(getCoverageDistributionData([2,0,0,0,0,0,0,0,0,4,2,17], "Method Coverage"))
2015-12-08 08:31:47 +00:00
.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')
2015-12-09 12:36:30 +00:00
.datum(getComplexityData([[58.064516129032,23,"< a href = \"StaticRepo.php.html#3\" > StaticRepo< \/a>"],[95.238095238095,7,"< a href = \"repos\/MedecinRepo.php.html#9\" > MedecinRepo< \/a>"],[96.428571428571,7,"< a href = \"repos\/PatientRepo.php.html#9\" > PatientRepo< \/a>"],[92.682926829268,11,"< a href = \"repos\/RDVRepo.php.html#9\" > RDVRepo< \/a>"],[91.304347826087,8,"< a href = \"repos\/StatsRepo.php.html#9\" > StatsRepo< \/a>"]], 'Class Complexity'))
2015-12-08 08:31:47 +00:00
.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')
2015-12-09 12:36:30 +00:00
.datum(getComplexityData([[0,1,"< a href = \"StaticRepo.php.html#11\" > StaticRepo::__construct< \/a>"],[100,3,"< a href = \"StaticRepo.php.html#18\" > StaticRepo::getConnexion< \/a>"],[100,1,"< a href = \"StaticRepo.php.html#31\" > StaticRepo::testConnexion< \/a>"],[85.714285714286,10,"< a href = \"StaticRepo.php.html#45\" > StaticRepo::delNumeric< \/a>"],[0,8,"< a href = \"StaticRepo.php.html#106\" > StaticRepo::checkParam< \/a>"],[100,1,"< a href = \"repos\/MedecinRepo.php.html#12\" > MedecinRepo::getById< \/a>"],[83.333333333333,2,"< a href = \"repos\/MedecinRepo.php.html#19\" > MedecinRepo::add< \/a>"],[100,1,"< a href = \"repos\/MedecinRepo.php.html#28\" > MedecinRepo::delete< \/a>"],[100,1,"< a href = \"repos\/MedecinRepo.php.html#33\" > MedecinRepo::search< \/a>"],[100,1,"< a href = \"repos\/MedecinRepo.php.html#41\" > MedecinRepo::getPatients< \/a>"],[100,1,"< a href = \"repos\/MedecinRepo.php.html#51\" > MedecinRepo::getAll< \/a>"],[100,1,"< a href = \"repos\/PatientRepo.php.html#17\" > PatientRepo::getById< \/a>"],[93.75,2,"< a href = \"repos\/PatientRepo.php.html#24\" > PatientRepo::add< \/a>"],[100,1,"< a href = \"repos\/PatientRepo.php.html#46\" > PatientRepo::delete< \/a>"],[100,1,"< a href = \"repos\/PatientRepo.php.html#53\" > PatientRepo::updateMedecinTraitant< \/a>"],[100,1,"< a href = \"repos\/PatientRepo.php.html#60\" > PatientRepo::search< \/a>"],[100,1,"< a href = \"repos\/PatientRepo.php.html#68\" > PatientRepo::getAll< \/a>"],[100,1,"< a href = \"repos\/RDVRepo.php.html#12\" > RDVRepo::getById< \/a>"],[100,1,"< a href = \"repos\/RDVRepo.php.html#19\" > RDVRepo::getByDate< \/a>"],[100,1,"< a href = \"repos\/RDVRepo.php.html#26\" > RDVRepo::delete< \/a>"],[88.888888888889,2,"< a href = \"repos\/RDVRepo.php.html#31\" > RDVRepo::add< \/a>"],[100,1,"< a href = \"repos\/RDVRepo.php.html#44\" > RDVRepo::updateDateTime< \/a>"],[100,1,"< a href = \"repos\/RDVRepo.php.html#51\" > RDVRepo::getByPatientAndDate< \/a>"],[85.714285714286,4,"< a href = \"repos\/RDVRepo.php.html#59\" > RDVRepo::getAll< \/a>"],[91.304347826087,8,"< a href = \"repos\/StatsRepo.php.html#12\" > StatsRepo::getAgePatient< \/a>"]], 'Method Complexity'))
2015-12-08 08:31:47 +00:00
.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 >