Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Added support for prefix except on withCount
Browse files Browse the repository at this point in the history
  • Loading branch information
maguilar92 committed Apr 18, 2018
1 parent 7f5dafd commit a84cd93
Show file tree
Hide file tree
Showing 33 changed files with 515 additions and 369 deletions.
6 changes: 3 additions & 3 deletions build/coverage/CanCrossDatabaseShazaamInterface.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /Users/mario/Documents/proyectos/laravel-cross-database-subqueries/src/CanCrossDatabaseShazaamInterface.php</title>
<title>Code Coverage for /Users/mario/Documents/webs/laravel-cross-database-subqueries/src/CanCrossDatabaseShazaamInterface.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href=".css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href=".css/style.css" rel="stylesheet" type="text/css">
Expand All @@ -17,7 +17,7 @@
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="index.html">/Users/mario/Documents/proyectos/laravel-cross-database-subqueries/src</a></li>
<li><a href="index.html">/Users/mario/Documents/webs/laravel-cross-database-subqueries/src</a></li>
<li class="active">CanCrossDatabaseShazaamInterface.php</li>

</ol>
Expand Down Expand Up @@ -78,7 +78,7 @@ <h4>Legend</h4>
<span class="warning"><strong>Dead Code</strong></span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 6.0.3</a> using <a href="https://secure.php.net/" target="_top">PHP 7.1.11</a> with <a href="https://xdebug.org/">Xdebug 2.5.5</a> and <a href="https://phpunit.de/">PHPUnit 7.1.3</a> at Tue Apr 17 12:55:14 UTC 2018.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 6.0.3</a> using <a href="https://secure.php.net/" target="_top">PHP 7.1.13</a> with <a href="https://xdebug.org/">Xdebug 2.5.0</a> and <a href="https://phpunit.de/">PHPUnit 7.1.3</a> at Wed Apr 18 6:16:23 UTC 2018.</small>
</p>
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
</footer>
Expand Down
22 changes: 11 additions & 11 deletions build/coverage/Connectors/ConnectionFactory.php.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/coverage/Connectors/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /Users/mario/Documents/proyectos/laravel-cross-database-subqueries/src/Connectors</title>
<title>Dashboard for /Users/mario/Documents/webs/laravel-cross-database-subqueries/src/Connectors</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../.css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../.css/nv.d3.min.css" rel="stylesheet" type="text/css">
Expand All @@ -18,7 +18,7 @@
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="../index.html">/Users/mario/Documents/proyectos/laravel-cross-database-subqueries/src</a></li>
<li><a href="../index.html">/Users/mario/Documents/webs/laravel-cross-database-subqueries/src</a></li>
<li><a href="index.html">Connectors</a></li>
<li class="active">(Dashboard)</li>

Expand Down Expand Up @@ -141,7 +141,7 @@ <h3>Project Risks</h3>
<footer>
<hr/>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 6.0.3</a> using <a href="https://secure.php.net/" target="_top">PHP 7.1.11</a> with <a href="https://xdebug.org/">Xdebug 2.5.5</a> and <a href="https://phpunit.de/">PHPUnit 7.1.3</a> at Tue Apr 17 12:55:14 UTC 2018.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 6.0.3</a> using <a href="https://secure.php.net/" target="_top">PHP 7.1.13</a> with <a href="https://xdebug.org/">Xdebug 2.5.0</a> and <a href="https://phpunit.de/">PHPUnit 7.1.3</a> at Wed Apr 18 6:16:23 UTC 2018.</small>
</p>
</footer>
</div>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h3>Project Risks</h3>
chart.yAxis.axisLabel('Cyclomatic Complexity');

d3.select('#classComplexity svg')
.datum(getComplexityData([[88.88888888888889,5,"<a href=\"ConnectionFactory.php.html#12\">Hoyvoy\\CrossDatabase\\Connectors\\ConnectionFactory<\/a>"]], 'Class Complexity'))
.datum(getComplexityData([[88.888888888888885730921174399554729461669921875,5,"<a href=\"ConnectionFactory.php.html#12\">Hoyvoy\\CrossDatabase\\Connectors\\ConnectionFactory<\/a>"]], 'Class Complexity'))
.transition()
.duration(500)
.call(chart);
Expand All @@ -254,7 +254,7 @@ <h3>Project Risks</h3>
chart.yAxis.axisLabel('Method Complexity');

d3.select('#methodComplexity svg')
.datum(getComplexityData([[88.88888888888889,5,"<a href=\"ConnectionFactory.php.html#23\">Hoyvoy\\CrossDatabase\\Connectors\\ConnectionFactory::createConnection<\/a>"]], 'Method Complexity'))
.datum(getComplexityData([[88.888888888888885730921174399554729461669921875,5,"<a href=\"ConnectionFactory.php.html#23\">Hoyvoy\\CrossDatabase\\Connectors\\ConnectionFactory::createConnection<\/a>"]], 'Method Complexity'))
.transition()
.duration(500)
.call(chart);
Expand Down
6 changes: 3 additions & 3 deletions build/coverage/Connectors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /Users/mario/Documents/proyectos/laravel-cross-database-subqueries/src/Connectors</title>
<title>Code Coverage for /Users/mario/Documents/webs/laravel-cross-database-subqueries/src/Connectors</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../.css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../.css/style.css" rel="stylesheet" type="text/css">
Expand All @@ -17,7 +17,7 @@
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="../index.html">/Users/mario/Documents/proyectos/laravel-cross-database-subqueries/src</a></li>
<li><a href="../index.html">/Users/mario/Documents/webs/laravel-cross-database-subqueries/src</a></li>
<li class="active">Connectors</li>
<li>(<a href="dashboard.html">Dashboard</a>)</li>

Expand Down Expand Up @@ -109,7 +109,7 @@ <h4>Legend</h4>
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 6.0.3</a> using <a href="https://secure.php.net/" target="_top">PHP 7.1.11</a> with <a href="https://xdebug.org/">Xdebug 2.5.5</a> and <a href="https://phpunit.de/">PHPUnit 7.1.3</a> at Tue Apr 17 12:55:14 UTC 2018.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 6.0.3</a> using <a href="https://secure.php.net/" target="_top">PHP 7.1.13</a> with <a href="https://xdebug.org/">Xdebug 2.5.0</a> and <a href="https://phpunit.de/">PHPUnit 7.1.3</a> at Wed Apr 18 6:16:23 UTC 2018.</small>
</p>
</footer>
</div>
Expand Down
Loading

0 comments on commit a84cd93

Please sign in to comment.