Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/gh56 move statements to object based #61

Closed
wants to merge 26 commits into from

Conversation

gin0115
Copy link
Owner

@gin0115 gin0115 commented Feb 12, 2022

No description provided.

@gin0115 gin0115 linked an issue Feb 12, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2022

Codecov Report

Merging #61 (8c86bb3) into develop (dd721f4) will decrease coverage by 3.93%.
The diff coverage is 93.29%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #61      +/-   ##
=============================================
- Coverage      97.61%   93.67%   -3.94%     
- Complexity       441      585     +144     
=============================================
  Files             18       27       +9     
  Lines           1090     1408     +318     
=============================================
+ Hits            1064     1319     +255     
- Misses            26       89      +63     
Impacted Files Coverage Δ
src/Connection.php 100.00% <ø> (ø)
src/JSON/JsonSelectorHandler.php 100.00% <ø> (ø)
src/Statement/GroupByStatement.php 70.00% <70.00%> (ø)
src/Statement/OrderByStatement.php 85.00% <85.00%> (ø)
src/WpdbHandler.php 87.50% <87.50%> (ø)
src/Statement/StatementBuilder.php 88.57% <88.57%> (ø)
src/Parser/TablePrefixer.php 89.65% <89.65%> (ø)
src/QueryBuilder/QueryBuilderHandler.php 95.86% <91.22%> (-1.70%) ⬇️
src/QueryBuilder/WPDBAdapter.php 82.45% <96.77%> (-12.39%) ⬇️
src/Parser/Normalizer.php 97.56% <97.56%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd721f4...8c86bb3. Read the comment docs.

@gin0115 gin0115 closed this Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Statements [V0.2]
2 participants