alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Adds convert case method in str class and adds tests #267

Closed hasukmistry closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #267 into master will increase coverage by 0.16%. The diff coverage is 90%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #267      +/-   ##
===========================================
+ Coverage      8.62%   8.79%   +0.16%     
- Complexity     1900    1905       +5     
===========================================
  Files           110     110              
  Lines          4811    4821      +10     
===========================================
+ Hits            415     424       +9     
- Misses         4396    4397       +1
Impacted Files Coverage Δ Complexity Δ
src/Data/Str.php 86.04% <90%> (+1.19%) 19 <5> (+5) :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 bfeea04...c803478. Read the comment docs.

lablnet commented 4 years ago

@hasukmistry Thanks you so much for your time