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

justim / access / 49 / 1
92%
master: 95%

Build:
Build:
LAST BUILD BRANCH: covatiant
DEFAULT BRANCH: master
Ran 10 Jul 2020 09:51AM UTC
Files 32
Run time 3s
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

10 Jul 2020 09:48AM UTC coverage: 92.279%. First build
49.1

push

travis-ci

justim
Clean up all markers that resolved to `null` in arrays

We need to do this to prevent arrays with an non-sequential index after
a array_filter, causing the array to be converted to an object when
encoded as JSON

```php
[0 => 'zero', 1 => 'one']; // in JSON: ["zero", "one"]
[0 => 'zero', 2 => 'two']; // in JSON: {"0": "zero", "2": "two"}
```

992 of 1075 relevant lines covered (92.28%)

12.03 hits per line

Source Files on job 49.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 40
  • Travis Job 49.1
  • e7e7ad9c on github
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