Perl-Critic / PPI

54 stars 44 forks source link

Tidy imports in tests #271

Closed oalders closed 2 years ago

oalders commented 2 years ago

This makes the sources of imports a bit easier to track. It also removes Test::Deep as a dependency.

codecov-commenter commented 2 years ago

Codecov Report

Merging #271 (11842a0) into master (e774f76) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
- Coverage   78.91%   78.88%   -0.04%     
==========================================
  Files          92       92              
  Lines        3320     3320              
  Branches      942      942              
==========================================
- Hits         2620     2619       -1     
  Misses        382      382              
- Partials      318      319       +1     
Impacted Files Coverage Δ
lib/PPI/Token/Whitespace.pm 91.01% <0.00%> (-1.13%) :arrow_down:
lib/PPI/Token/Unknown.pm 91.91% <0.00%> (-0.51%) :arrow_down:
lib/PPI/Tokenizer.pm 77.51% <0.00%> (+0.47%) :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 e774f76...11842a0. Read the comment docs.