adhocore / php-cron-expr

Ultra lightweight, Dependency free and Super Fast Cron Expression parser for PHP
https://github.com/adhocore/php-cron-expr
MIT License
51 stars 5 forks source link

Refactor: Extract methods #4

Closed adhocore closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.41%. The diff coverage is 96.7%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #4      +/-   ##
============================================
+ Coverage      96.9%   97.32%   +0.41%     
- Complexity       51       58       +7     
============================================
  Files             1        2       +1     
  Lines            97      112      +15     
============================================
+ Hits             94      109      +15     
  Misses            3        3
Impacted Files Coverage Δ Complexity Δ
src/Expression.php 100% <100%> (+3.09%) 14 <4> (-37) :arrow_down:
src/SegmentChecker.php 96.2% <96.2%> (ø) 44 <44> (?)

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 cdbf3a8...9e3fd69. Read the comment docs.