neat-php / http-server

Neat HTTP Server components
MIT License
0 stars 0 forks source link

Improved input filtering #4

Closed baukevdw closed 4 years ago

baukevdw commented 4 years ago

Fixes #3

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.71%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #4      +/-   ##
============================================
+ Coverage     84.17%   84.89%   +0.71%     
- Complexity      221      232      +11     
============================================
  Files            15       15              
  Lines           493      523      +30     
============================================
+ Hits            415      444      +29     
- Misses           78       79       +1     
Impacted Files Coverage Δ Complexity Δ
classes/Output.php 96.42% <0.00%> (ø) 20.00% <0.00%> (ø%) :arrow_up:
classes/Server.php 100.00% <0.00%> (ø) 29.00% <0.00%> (ø%) :arrow_up:
classes/Request.php 100.00% <0.00%> (ø) 23.00% <0.00%> (ø%) :arrow_up:
classes/Dispatcher.php 100.00% <0.00%> (ø) 5.00% <0.00%> (ø%) :arrow_up:

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 5875c85...c72b14c. Read the comment docs.

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.54%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #4      +/-   ##
============================================
+ Coverage     84.17%   84.71%   +0.54%     
- Complexity      221      225       +4     
============================================
  Files            15       15              
  Lines           493      517      +24     
============================================
+ Hits            415      438      +23     
- Misses           78       79       +1     
Impacted Files Coverage Δ Complexity Δ
classes/Output.php 96.36% <0.00%> (-0.07%) 19.00% <0.00%> (-1.00%)
classes/Server.php 100.00% <0.00%> (ø) 28.00% <0.00%> (-1.00%) :arrow_up:
classes/Request.php 100.00% <0.00%> (ø) 20.00% <0.00%> (-3.00%) :arrow_up:
classes/Dispatcher.php 100.00% <0.00%> (ø) 4.00% <0.00%> (-1.00%) :arrow_up:

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 5875c85...c72b14c. Read the comment docs.