blib/lib/Test/Collectd/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
102 | 7 | 546 | if $lexer->eoi |
103 | 295 | 251 | if $token->name =~ /^IGNORE_/ |
120 | 0 | 7 | if (ref $in and $in->isa('GLOB')) { } |
7 | 0 | elsif (not ref $in) { } | |
123 | 0 | 7 | unless my $fh = 'IO::File'->new($in, 'r') |