sebastianbergmann / phpunit-mock-objects

Mock Object library for PHPUnit
https://phpunit.de/
Other
4.97k stars 153 forks source link

fix doc block #362

Closed mattrx closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #362 into master will decrease coverage by 3.19%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #362     +/-   ##
===========================================
- Coverage     70.83%   67.63%   -3.2%     
- Complexity      402      428     +26     
===========================================
  Files            26       27      +1     
  Lines          1032     1205    +173     
===========================================
+ Hits            731      815     +84     
- Misses          301      390     +89
Impacted Files Coverage Δ Complexity Δ
src/MockBuilder.php 53.53% <ø> (+0.47%) 21 <0> (ø) :arrow_down:
src/Matcher/InvokedAtLeastOnce.php 42.85% <0%> (-57.15%) 3% <0%> (+1%)
src/Matcher/InvokedAtMostCount.php 50% <0%> (-50%) 4% <0%> (+1%)
src/Matcher/InvokedAtLeastCount.php 50% <0%> (-50%) 4% <0%> (+1%)
src/Stub/ReturnArgument.php 62.5% <0%> (-37.5%) 4% <0%> (+1%)
src/Matcher/InvokedCount.php 80% <0%> (-20%) 9% <0%> (ø)
src/Matcher/Parameters.php 80.43% <0%> (-19.57%) 17% <0%> (+3%)
src/Matcher/ConsecutiveParameters.php 86.48% <0%> (-13.52%) 13% <0%> (+1%)
src/Matcher/MethodName.php 86.66% <0%> (-13.34%) 5% <0%> (ø)
src/Generator.php 76.27% <0%> (-2.94%) 177% <0%> (ø)
... and 9 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 5cbf242...4cf7c8c. Read the comment docs.