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

rttrorg / rttr / 196
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: vcpkg-instructions
DEFAULT BRANCH: master
Ran 31 Mar 2016 08:32PM UTC
Jobs 1
Files 127
Run time 9s
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
196

push

travis-ci

acki-m
Adjusted return value of get_parameter_infos() function.

The method and constructor class will now return a range of paramter_info objects,
instead of a vector.

Therefore an additional std::array<parameter_info> object needs to be stored inside the method object.
However, because parameter_info is no default constructable, it is not possible to create a std::array<parameter_info, 0>
This is an issue in the c++ standard right now, see the discussion here: https://cplusplus.github.io/LWG/lwg-active.html#2157

134 of 134 new or added lines in 8 files covered. (100.0%)

4001 of 4334 relevant lines covered (92.32%)

690.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
10
100.0
src/rttr/detail/method/method_wrapper.h
29
100.0
src/rttr/detail/constructor/constructor_wrapper.h

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/rttr/detail/type/type_database.cpp
1
100.0
src/rttr/detail/method/method_wrapper.h
4
100.0
src/rttr/detail/conversion/std_conversion_functions.cpp
7
100.0
src/rttr/detail/constructor/constructor_wrapper.h
Jobs
ID Job ID Ran Files Coverage
7 196.7 (COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 31 Mar 2016 08:32PM UTC 0
92.32
Travis Job 196.7
Source Files on build 196
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #196
  • 8249032a on github
  • Prev Build on add_range_based_views (#195)
  • Next Build on add_range_based_views (#197)
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