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

dkopecek / usbguard / 270 / 6
47%
master: 47%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2016 02:34PM UTC
Files 271
Run time 11s
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

06 Aug 2016 02:20PM UTC coverage: 28.962% (-0.003%) from 28.965%
COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared"

push

travis-ci

dkopecek
Fix uninitialized DevicePrivate class member

Found by coverity scan

Addressing:
```
35  DevicePrivate::DevicePrivate(Device& p_instance, const
DevicePrivate& rhs)
 36    : _p_instance(p_instance),
 37      _manager(rhs._manager)
 38  {
 39    *this = rhs;
   CID 141189 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)2.
uninit_member: Non-static class member _parent_id is not initialized in
this constructor nor in any functions that it calls.
 40  }
```

3662 of 12644 relevant lines covered (28.96%)

76.52 hits per line

Source Files on job 270.6 (COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 270
  • Travis Job 270.6
  • 9319e272 on github
  • Prev Job for COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared" on master (#269.6)
  • Next Job for COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared" on master (#271.6)
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

© 2026 Coveralls, Inc