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

awesomite / var-dumper / 282
100%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2018 12:51AM UTC
Jobs 15
Files 40
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
282

push

travis-ci

bkrukowski
1) Use get_object_vars instead of ReflectionObject::getProperties whenever object contains method __get
2) In some cases method "dump" didn't work properly, because the following code triggers "Notice: Undefined property: Foo::$a", fixed issue:

class Foo
{
    private $a = 'a';

    public function __construct()
    {
        unset($this->a);
    }
}

$obj = new Foo();
$reflectionObj = new ReflectionObject($obj);
$reflectionProp = $reflectionObj->getProperty('a');
$reflectionProp->setAccessible(true);
$reflectionProp->getValue($obj);

693 of 709 relevant lines covered (97.74%)

317.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 282.1 (DEPENDENCIES="high") 21 Apr 2018 12:50AM UTC 0
96.93
Travis Job 282.1
2 282.2 (DEPENDENCIES="low") 21 Apr 2018 12:50AM UTC 0
96.93
Travis Job 282.2
3 282.3 (DEPENDENCIES="high") 21 Apr 2018 12:49AM UTC 0
97.25
Travis Job 282.3
4 282.4 (DEPENDENCIES="low") 21 Apr 2018 12:50AM UTC 0
97.25
Travis Job 282.4
5 282.5 (DEPENDENCIES="high") 21 Apr 2018 12:49AM UTC 0
97.25
Travis Job 282.5
6 282.6 (DEPENDENCIES="low") 21 Apr 2018 12:52AM UTC 0
97.25
Travis Job 282.6
7 282.7 (DEPENDENCIES="high") 21 Apr 2018 12:52AM UTC 0
97.51
Travis Job 282.7
8 282.8 (DEPENDENCIES="low") 21 Apr 2018 12:52AM UTC 0
97.51
Travis Job 282.8
9 282.9 (DEPENDENCIES="high") 21 Apr 2018 12:53AM UTC 0
98.53
Travis Job 282.9
10 282.10 (DEPENDENCIES="low") 21 Apr 2018 12:53AM UTC 0
98.53
Travis Job 282.10
11 282.11 (DEPENDENCIES="high") 21 Apr 2018 12:54AM UTC 0
98.53
Travis Job 282.11
12 282.12 (DEPENDENCIES="low") 21 Apr 2018 12:54AM UTC 0
98.53
Travis Job 282.12
16 282.16 (DEPENDENCIES="low") 21 Apr 2018 12:56AM UTC 0
72.94
Travis Job 282.16
27 282.27 (DEPENDENCIES="high") 21 Apr 2018 01:05AM UTC 0
97.95
Travis Job 282.27
28 282.28 (DEPENDENCIES="low") 21 Apr 2018 01:06AM UTC 0
97.95
Travis Job 282.28
Source Files on build 282
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #282
  • 768c3e56 on github
  • Prev Build on master (#278)
  • Next Build on master (#283)
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