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

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

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2018 11:10AM 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: 97.077% (-0.3%) from 97.377%
DEPENDENCIES="high"

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}
}
```

631 of 650 relevant lines covered (97.08%)

21.68 hits per line

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

© 2025 Coveralls, Inc