bmitch / churn-php

Discover files in need of refactoring.
MIT License
1.36k stars 56 forks source link

Fix CS #318

Closed villfa closed 2 years ago

villfa commented 2 years ago

Related to https://github.com/squizlabs/PHP_CodeSniffer/issues/3437

codecov[bot] commented 2 years ago

Codecov Report

Merging #318 (ea441e9) into master (4cd9c61) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #318   +/-   ##
=========================================
  Coverage     99.12%   99.12%           
  Complexity        2        2           
=========================================
  Files            40       40           
  Lines           801      801           
=========================================
  Hits            794      794           
  Misses            7        7           
Impacted Files Coverage Δ
src/Assessor/CyclomaticComplexityAssessor.php 100.00% <ø> (ø)
src/Command/AssessComplexityCommand.php 100.00% <ø> (ø)
src/Command/Helper/MaxScoreChecker.php 100.00% <ø> (ø)
src/Command/Helper/ProgressBarSubscriber.php 100.00% <ø> (ø)
src/Command/RunCommand.php 98.80% <ø> (ø)
src/Configuration/Config.php 100.00% <ø> (ø)
src/Configuration/Loader.php 100.00% <ø> (ø)
src/Configuration/Validator.php 100.00% <ø> (ø)
src/Event/Broker.php 100.00% <ø> (ø)
src/Event/Event/AfterAnalysisEvent.php 100.00% <ø> (ø)
... and 30 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 4cd9c61...ea441e9. Read the comment docs.