sanchescom / php-wifi

Cross-platform PHP library for scan, connect and disconnect Wi-Fi networks.
GNU General Public License v3.0
49 stars 14 forks source link

Refactoring #8

Closed sanchescom closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #8 into master will increase coverage by 26.78%. The diff coverage is 80%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master       #8       +/-   ##
=============================================
+ Coverage     62.79%   89.57%   +26.78%     
- Complexity       72       73        +1     
=============================================
  Files            20       20               
  Lines           258      259        +1     
=============================================
+ Hits            162      232       +70     
+ Misses           96       27       -69
Impacted Files Coverage Δ Complexity Δ
src/System/Darwin/Networks.php 100% <ø> (ø) 5 <0> (?)
src/System/Command.php 0% <0%> (ø) 4 <1> (+1) :arrow_up:
src/WiFi.php 100% <100%> (ø) 6 <1> (-1) :arrow_down:
src/System/Windows/Network.php 100% <100%> (+47.61%) 4 <0> (ø) :arrow_down:
src/System/AbstractNetwork.php 50% <100%> (+38.88%) 6 <1> (+1) :arrow_up:
src/System/Linux/Network.php 100% <100%> (+31.25%) 3 <0> (ø) :arrow_down:
src/System/Darwin/Network.php 100% <100%> (ø) 3 <0> (?)
... and 5 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 de6ffad...bd69cfe. Read the comment docs.