Branch Coverage

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


line true false branch
83 7 23 if ($type eq 'config') { }
5 18 elsif ($type eq 'init') { }
18 0 elsif ($type eq 'read') { }
103 0 10 unless (ref $_[0] eq 'HASH')
108 0 10 unless (defined $plugin)