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

awesomite / var-dumper / 352
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 1.3
DEFAULT BRANCH: master
Ran 29 Sep 2018 01:15PM UTC
Jobs 15
Files 43
Run time 15min
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
352

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

479 of 479 relevant lines covered (100.0%)

316.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 352.1 (DEPENDENCIES="high") 29 Sep 2018 01:15PM UTC 0
97.08
Travis Job 352.1
2 352.2 (DEPENDENCIES="high") 29 Sep 2018 01:16PM UTC 0
97.08
Travis Job 352.2
3 352.3 (DEPENDENCIES="high") 29 Sep 2018 01:17PM UTC 0
97.38
Travis Job 352.3
4 352.4 (DEPENDENCIES="high") 29 Sep 2018 01:18PM UTC 0
97.63
Travis Job 352.4
5 352.5 (DEPENDENCIES="high") 29 Sep 2018 01:19PM UTC 0
98.61
Travis Job 352.5
6 352.6 (DEPENDENCIES="high") 29 Sep 2018 01:20PM UTC 0
98.61
Travis Job 352.6
14 352.14 (DEPENDENCIES="low") 29 Sep 2018 01:24PM UTC 0
97.08
Travis Job 352.14
15 352.15 (DEPENDENCIES="low") 29 Sep 2018 01:24PM UTC 0
97.38
Travis Job 352.15
16 352.16 (DEPENDENCIES="low") 29 Sep 2018 01:25PM UTC 0
97.38
Travis Job 352.16
17 352.17 (DEPENDENCIES="low") 29 Sep 2018 01:25PM UTC 0
97.63
Travis Job 352.17
18 352.18 (DEPENDENCIES="low") 29 Sep 2018 01:26PM UTC 0
98.61
Travis Job 352.18
19 352.19 (DEPENDENCIES="low") 29 Sep 2018 01:26PM UTC 0
98.61
Travis Job 352.19
21 352.21 (DEPENDENCIES="low") 29 Sep 2018 01:27PM UTC 0
72.68
Travis Job 352.21
27 352.27 (DEPENDENCIES="high") 29 Sep 2018 01:31PM UTC 0
98.05
Travis Job 352.27
28 352.28 (DEPENDENCIES="low") 29 Sep 2018 01:31PM UTC 0
98.05
Travis Job 352.28
Source Files on build 352
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #352
  • 1305542a 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