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

OpenBuildings / jam / 17 / 1
82%
master: 81%

Build:
Build:
LAST BUILD BRANCH: kohana-free
DEFAULT BRANCH: master
Ran 18 Jul 2013 03:38PM UTC
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

18 Jul 2013 03:38PM UTC coverage: 81.457%. First build
17.1

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

Source Files on job 17.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17
  • Travis Job 17.1
  • 5c5d1399 on github
  • Next Job for on fix-null (#19.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