Branch Coverage

blib/lib/Test/Collectd/Config.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
102 4 468 if $lexer->eoi
103 271 197 if $token->name =~ /^IGNORE_/
120 0 4 if (ref $in and $in->isa('GLOB')) { }
4 0 elsif (not ref $in) { }
123 0 4 unless my $fh = 'IO::File'->new($in, 'r')