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

rttrorg / rttr / 239 / 8
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 25 May 2016 09:52PM UTC
Files 133
Run time 8s
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

25 May 2016 09:33PM UTC coverage: 92.061%. Remained the same
COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true

push

travis-ci

acki-m
fixed registration of ctor which takes arguments by value

The problem was the implementation didn't worked for VS2013,
because of the lack of expression SFINAE support. Work better in VS2015.
However, VS 2013 should still be supported.

Replaced "is_callable" with a new trait called "is_functor".
Because there is already in C++17 an official trait with the name "is_callable".
This trait works also in VS2013.

This trait was provided by K-ballo.

The policy functions for creating "paramter_infos" and "default_arguments",
does now not depend anymore on the "is_function" trait (which depended on "is_callable")
we forward the information now from the caller (bind class) to these functions.
Explicit better then implicit.

Unit test added.

4337 of 4711 relevant lines covered (92.06%)

1075.3 hits per line

Source Files on job 239.8 (COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 239
  • Travis Job 239.8
  • 0f45b679 on github
  • Prev Job for COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true on master (#238.8)
  • Next Job for COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true on master (#243.8)
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