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

justim / access / 49
92%
master: 95%

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

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

Jobs
ID Job ID Ran Files Coverage
1 49.1 10 Jul 2020 09:51AM UTC 0
92.28
Travis Job 49.1
Source Files on build 49
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #49
  • 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