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

vanstyn / RapidApp / 220
51%

Build:
DEFAULT BRANCH: master
Ran 29 Oct 2014 01:56AM UTC
Jobs 1
Files 104
Run time 51s
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
220

push

travis-ci

vanstyn
fix warns: prune {} vals from join attr before search_rs()

Fixed long-time unitialized warnings in ResultSet -- tracked down to
being caused by join attrs with empty hash ({}) values which are
generated from the merge_join process. These are now cleaned prior to
$Rs->search_rs(...) calls in DbicLink2.

For reference, this fixes warnings like the following (seen as of
at least DBIx::Class 0.082810) when these join attrs are present:

 Use of uninitialized value $a_key in string eq at lib/DBIx/Class/ResultSet.pm line 3821.
 Use of uninitialized value $b_key in string eq at lib/DBIx/Class/ResultSet.pm line 3821.
 Use of uninitialized value $a_key in hash element at lib/DBIx/Class/ResultSet.pm line 3822.
 Use of uninitialized value $b_key in hash element at lib/DBIx/Class/ResultSet.pm line 3822.
 Use of uninitialized value within @_ in list assignment at lib/DBIx/Class/ResultSet.pm line 3808.
 Use of uninitialized value within @_ in list assignment at lib/DBIx/Class/ResultSet.pm line 3808.
 Odd number of elements in anonymous hash at lib/DBIx/Class/ResultSet.pm line 3872.

3040 of 6214 relevant lines covered (48.92%)

149.02 hits per line

Jobs
ID Job ID Ran Files Coverage
3 220.3 29 Oct 2014 01:56AM UTC 0
48.92
Travis Job 220.3
Source Files on build 220
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #220
  • 6f41f6e4 on github
  • Prev Build on master (#219)
  • Next Build on master (#221)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc