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

OpenBuildings / jam / 17
82%
master: 81%

Build:
Build:
LAST BUILD BRANCH: kohana-free
DEFAULT BRANCH: master
Ran 18 Jul 2013 03:38PM UTC
Jobs 1
Files 82
Run time –
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
17

push

travis-ci

hkdobrev
Fix for setting NULL

In different cases if you set NULL to something, then it is checked
with `isset()` in changed, content and other arrays when read.

But in PHP

``` php

$arr = array('key' => NULL);
isset($arr['key']); // FALSE, becase
isset(NULL); // FALSE
```

So if you set NULL to association, then it does not count it as changed.

3097 of 3802 relevant lines covered (81.46%)

27.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17.1 18 Jul 2013 03:37PM UTC 0
81.46
Travis Job 17.1
Source Files on build 17
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #17
  • 5c5d1399 on github
  • Next Build on fix-null (#19)
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