yiisoft / validator

Yii validator library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
110 stars 36 forks source link

Fix new mutants #576

Closed arogachev closed 1 year ago

arogachev commented 1 year ago
Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues
codecov[bot] commented 1 year ago

Codecov Report

Base: 94.65% // Head: 94.65% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (bbaac04) compared to base (12c08d6). Patch coverage: 90.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #576 +/- ## ============================================ - Coverage 94.65% 94.65% -0.01% + Complexity 724 723 -1 ============================================ Files 85 85 Lines 2191 2188 -3 ============================================ - Hits 2074 2071 -3 Misses 117 117 ``` | [Impacted Files](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Rule/AbstractNumber.php](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvQWJzdHJhY3ROdW1iZXIucGhw) | `100.00% <ø> (ø)` | | | [src/Rule/Nested.php](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvTmVzdGVkLnBocA==) | `80.71% <66.66%> (ø)` | | | [src/Rule/Callback.php](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvQ2FsbGJhY2sucGhw) | `100.00% <100.00%> (ø)` | | | [src/Rule/Composite.php](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvQ29tcG9zaXRlLnBocA==) | `82.14% <100.00%> (ø)` | | | [src/Rule/Each.php](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvRWFjaC5waHA=) | `75.60% <100.00%> (-1.67%)` | :arrow_down: | | [src/Rule/StopOnError.php](https://codecov.io/gh/yiisoft/validator/pull/576?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvU3RvcE9uRXJyb3IucGhw) | `83.33% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.