Skip to content

CP-4 refactor debug#8

Merged
niden merged 3 commits into
masterfrom
CP-4-refactor-debug
Jul 15, 2026
Merged

CP-4 refactor debug#8
niden merged 3 commits into
masterfrom
CP-4-refactor-debug

Conversation

@niden

@niden niden commented Jul 15, 2026

Copy link
Copy Markdown
Member

Hello!

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I have updated the relevant CHANGELOG
  • I have created a PR for the documentation about this change

Refactored the Debug component, modernization, removing duplications

Thanks

@niden
niden requested a review from Jeckerson July 15, 2026 00:47
@niden niden self-assigned this Jul 15, 2026
@niden niden added the enhancement New feature or request label Jul 15, 2026
@niden niden linked an issue Jul 15, 2026 that may be closed by this pull request
@github-actions

Copy link
Copy Markdown

Code Metrics Report

master (a8ab5c6) #8 (fb6c77c) +/-
Coverage 100.0% 100.0% 0.0%
Test Execution Time 1s 1s 0s
Details
  |                     | master (a8ab5c6) | #8 (fb6c77c) | +/-  |
  |---------------------|------------------|--------------|------|
  | Coverage            |           100.0% |       100.0% | 0.0% |
  |   Files             |               51 |           58 |   +7 |
  |   Lines             |             1262 |         1293 |  +31 |
+ |   Covered           |             1262 |         1293 |  +31 |
  | Test Execution Time |               1s |           1s |   0s |

Code coverage of files in pull request scope (100.0% → 100.0%)

Files Coverage +/- Status
src/Debug.php 100.0% 0.0% modified
src/Debug/Contracts/TemplateCatalog.php 0.0% 0.0% added
src/Debug/Dump.php 100.0% 0.0% modified
src/Debug/Renderer/HtmlRenderer.php 100.0% 0.0% modified
src/Debug/Renderer/ValueDumper.php 100.0% +100.0% added
src/Debug/Report/BacktraceItem.php 100.0% 0.0% modified
src/Debug/Report/CodeFragment.php 100.0% +100.0% added
src/Debug/Report/ReportOptions.php 100.0% +100.0% added
src/Debug/Report/Superglobals.php 100.0% +100.0% added
src/Debug/ReportBuilder.php 100.0% 0.0% modified
src/Debug/Template/DumpTemplateCatalog.php 100.0% +100.0% added
src/Debug/Template/HtmlTemplateCatalog.php 100.0% +100.0% added
src/Debug/Template/TemplateStore.php 100.0% +100.0% added
src/Debug/Traits/TemplateAwareTrait.php 0.0% -100.0% removed

Reported by octocov

@niden
niden merged commit ec62a7f into master Jul 15, 2026
24 checks passed
@niden
niden deleted the CP-4-refactor-debug branch July 15, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[NFR]: Refactor Debug

1 participant