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

awesomite / var-dumper / 282 / 9
100%
master: 100%

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

21 Apr 2018 12:48AM UTC coverage: 98.534% (+0.2%) from 98.341%
DEPENDENCIES="high"

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);

672 of 682 relevant lines covered (98.53%)

23.7 hits per line

Source Files on job 282.9 (DEPENDENCIES="high")
  • Tree
  • List 0
  • Changed 29
  • Source Changed 1
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 282
  • Travis Job 282.9
  • 768c3e56 on github
  • Prev Job for DEPENDENCIES="high" on master (#278.27)
  • Next Job for DEPENDENCIES="high" on master (#283.6)
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