google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.99k stars 2.05k forks source link

fix(debug): add missing parentheses in ternary expression #1035

Closed sergiud closed 8 months ago

sergiud commented 8 months ago

Fixes #711

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b172be9) 59.18% compared to head (96a72b1) 59.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1035 +/- ## ========================================== + Coverage 59.18% 59.42% +0.23% ========================================== Files 19 19 Lines 2541 2541 Branches 908 908 ========================================== + Hits 1504 1510 +6 + Misses 693 686 -7 - Partials 344 345 +1 ``` | [Files](https://app.codecov.io/gh/google/glog/pull/1035?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google) | Coverage Δ | | |---|---|---| | [src/glog/logging.h](https://app.codecov.io/gh/google/glog/pull/1035?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google#diff-c3JjL2dsb2cvbG9nZ2luZy5o) | `72.85% <ø> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/google/glog/pull/1035/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=google)