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

jdm64 / saphyr / 258 / 3
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: codacy-badge
DEFAULT BRANCH: master
Ran 14 Jan 2019 07:53AM UTC
Files 42
Run time 3s
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

13 Jan 2019 06:42PM UTC coverage: 95.666% (+0.01%) from 95.653%
LLVM_VER="-5.0" COVERAGE=true

push

travis-ci

jdm64
pass variable init value to determine correct constructor to call

If a class had two constructors and one was the default constructor
then the default was being used even if an initial value was passed.

// In this case the default constructor was called
// and the value of bar() was ignored.
Foo a = bar();

// With this fix these two ways to initialize "a" are the same
Foo a{bar()};

4084 of 4269 relevant lines covered (95.67%)

1689.41 hits per line

Source Files on job 258.3 (LLVM_VER="-5.0" COVERAGE=true)
  • Tree
  • List 0
  • Changed 29
  • Source Changed 6
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 219
  • Travis Job 258.3
  • a7eec336 on github
  • Prev Job for LLVM_VER="-5.0" COVERAGE=true on continuous (#256.3)
  • Next Job for LLVM_VER="-5.0" COVERAGE=true on continuous (#260.3)
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