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

vanstyn / RapidApp / 768 / 6
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 26 Sep 2015 07:31PM UTC
Files 94
Run time 2s
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

26 Sep 2015 06:32PM UTC coverage: 51.04% (+0.02%) from 51.025%
768.6

push

travis-ci

vanstyn
Virtual Column 'set_function' now imply ->update (if makes dirty)

update() is now automatically called after calling set_function of
Virtual Columns *if* the row has been left dirty. This allows calling
methods to set other column values (i.e. $row->col1('blah')) from
within the set_function and having it take effect w/o having to call
->update() manually. This is just the more expected behavior. The
reason this hasn't been done in the past is because of the fact that
set functions are actually called *after* the standard update() and
are expected to handle whatever changes are needed in an "external"
manner. However, automatically handling this case doesn't detract
from that and it the more expected behavior (and I can't imagine any
case where the row is left with dirty columns and the user would
actually want to discard them). None of this gets in the way of the
existing behavior (i.e. the user is still free to call ->update
themself and it will work the same as it used to; they just don't
have to now)

(set dev ver 1.0601_14)

3189 of 6248 relevant lines covered (51.04%)

230.72 hits per line

Source Files on job 768.6
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 768
  • Travis Job 768.6
  • cd7de819 on github
  • Prev Job for on master (#767.6)
  • Next Job for on master (#769.1)
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