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

awesomite / var-dumper / 351 / 28
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2018 01:10PM UTC
Files 43
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

29 Sep 2018 11:08AM UTC coverage: 98.05% (+1.0%) from 97.068%
DEPENDENCIES="low"

push

travis-ci

web-flow
Added support for `use` keyword in anonymous functions, e.g.: (#7)

Added support for `use` keyword in anonymous functions, e.g.:

```php
<?php

use Awesomite\VarDumper\LightVarDumper;

$x = 5;
$y = 6;

$fn = function () use ($x, $y) {
};

$dumper = new LightVarDumper();
$dumper->dump($fn);
```

```
object(Closure) #1 (5) {
    $name =>      “{closure}”
    $filename =>  “(...)/file.php”
    $startLine => 8
    $endLine =>   9
    $use =>       array(2) {[x] => 5, [y] => 6}
}
```

704 of 718 relevant lines covered (98.05%)

20.71 hits per line

Source Files on job 351.28 (DEPENDENCIES="low")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 338
  • Travis Job 351.28
  • 1305542a on github
  • Prev Job for DEPENDENCIES="low" on master (#345.14)
  • Next Job for DEPENDENCIES="low" on master (#353.14)
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