php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 106 forks source link

Checkbox + Radio item-level styling (3rd try) #211

Closed jtreminio closed 4 years ago

jtreminio commented 4 years ago

Related to #203 and #200

codecov-io commented 4 years ago

Codecov Report

Merging #211 into master will decrease coverage by 0.96%. The diff coverage is 84.94%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #211      +/-   ##
============================================
- Coverage        94%   93.04%   -0.97%     
- Complexity      521      558      +37     
============================================
  Files            29       30       +1     
  Lines          1569     1667      +98     
============================================
+ Hits           1475     1551      +76     
- Misses           94      116      +22
Impacted Files Coverage Δ Complexity Δ
src/Builder/SplitItemBuilder.php 77.5% <ø> (ø) 12 <0> (ø) :arrow_down:
src/MenuStyle.php 96.99% <ø> (-0.29%) 70 <0> (-8)
src/MenuItem/RadioItem.php 100% <100%> (ø) 21 <11> (+11) :arrow_up:
src/CliMenu.php 95.25% <100%> (+0.2%) 113 <4> (+4) :arrow_up:
src/MenuItem/SplitItem.php 100% <100%> (ø) 45 <0> (-2) :arrow_down:
src/Builder/CliMenuBuilder.php 79.56% <38.46%> (-3.31%) 83 <6> (+8)
src/MenuItem/CheckboxItem.php 92.72% <87.87%> (-7.28%) 20 <11> (+11)
src/Style/CheckboxStyle.php 88.23% <88.23%> (ø) 12 <12> (?)
src/Style/RadioStyle.php 88.23% <88.23%> (ø) 12 <12> (?)
... and 1 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 da5a0b7...313d3e6. Read the comment docs.