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

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

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2018 12:52AM UTC
Files 40
Run time 1s
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: 97.507% (-0.8%) from 98.341%
DEPENDENCIES="low"

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

665 of 682 relevant lines covered (97.51%)

23.03 hits per line

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