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

Tests #7

Closed sanchescom closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 12.4%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #7      +/-   ##
============================================
+ Coverage     50.38%   62.79%   +12.4%     
  Complexity       72       72              
============================================
  Files            20       20              
  Lines           258      258              
============================================
+ Hits            130      162      +32     
+ Misses          128       96      -32
Impacted Files Coverage Δ Complexity Δ
src/WiFi.php 100% <ø> (+6.66%) 7 <0> (ø) :arrow_down:
src/System/Linux/Network.php 68.75% <100%> (+68.75%) 3 <0> (ø) :arrow_down:
src/Helpers/calculate.php 100% <0%> (+50%) 0% <0%> (ø) :arrow_down:
src/System/Linux/Networks.php 100% <0%> (+100%) 4% <0%> (ø) :arrow_down:
src/Exceptions/UnknownSystemException.php 100% <0%> (+100%) 1% <0%> (ø) :arrow_down:

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 127bd98...64bfce1. Read the comment docs.