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

vanstyn / RapidApp / 1083 / 3
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2017 10:05PM UTC
Files 95
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

16 Oct 2017 09:52PM UTC coverage: 50.889% (+0.7%) from 50.154%
1083.3

push

travis-ci

vanstyn
SWITCH FROM _resolve_condition TO resolve_relationship_condition (if recent dbic)

The next version of DBIC - not yet released as of this commit - provides
a new official public method ->resolve_relationship_condition which is
better than the legacy ->_resolve_condition, and, ->_resolve_condition no
longer works the way it used to, and it no longer works in the one place
we were still using it, in multi-rels with a 'where' in attrs (which is
still a known limitation in DBIC, even as of the most recent devrel).

For this one special case, we now conditionally use the new
->resolve_relationship_condition method *if* it is available, and if it
is not, it means its an earlier version of DBIC and still calls
->_resolve_condition as before. Note - this is the exact same approach
to conditionally add this support as was done in correlate() in
DBIx::Class::Helpers, which is what this was based on.

Also replaced the localized __WARN__ override in the block that still
calls ->_resolve_condition to target the specific warning we want to
mute using the sigwarn_silencer() in DBIx::Class::_Util (thx @ribasushi)

(bumped dev version to 1.3004_01)

3290 of 6465 relevant lines covered (50.89%)

253.17 hits per line

Source Files on job 1083.3
  • Tree
  • List 0
  • Changed 40
  • Source Changed 2
  • Coverage Changed 40
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1083
  • Travis Job 1083.3
  • 23067819 on github
  • Prev Job for on master (#1082.9)
  • Next Job for on master (#1084.2)
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