• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RippeR37 / libbase / 43
83%

Build:
DEFAULT BRANCH: master
Ran 13 Nov 2020 11:25PM UTC
Jobs 1
Files 32
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
43

push

travis-ci

RippeR37
Added `base::AutoReset` with unit tests.

This construct allows for temporary change of variable's value inside specific
scope. Example usage:

  bool working = false;  // might be member

  {
    base::AutoReset<bool> auto_reset{&working, true};
    // complex logic with multiple exit points
  }

487 of 553 relevant lines covered (88.07%)

24.4 hits per line

Jobs
ID Job ID Ran Files Coverage
17 43.17 (JOB_CONFIG="BUILD_TYPE=Debug && CODE_COVERAGE=1") 13 Nov 2020 11:25PM UTC 0
88.07
Travis Job 43.17
Source Files on build 43
  • Tree
  • List 32
  • Changed 13
  • Source Changed 7
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #43
  • ca398656 on github
  • Prev Build on master (#35)
  • Next Build on master (#49)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc