Branch Coverage

blib/lib/FakeCollectd.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
82 6 22 if ($type eq 'config') { }
5 17 elsif ($type eq 'init') { }
17 0 elsif ($type eq 'read') { }
102 0 8 unless (ref $_[0] eq 'HASH')
107 0 8 unless (defined $plugin)