blib/lib/Autocache/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 18 | 66.6 |
line | true | false | branch |
---|---|---|---|
17 | 4 | 1 | if ($filename) { } |
19 | 0 | 4 | unless _file_good($filename) |
26 | 0 | 1 | if defined $filename |
38 | 0 | 4 | unless my $fh = 'IO::File'->new($filename, 'r') |
43 | 7 | 20 | if $line =~ /^\s*$/ |
44 | 4 | 16 | if $line =~ /^#/ |
45 | 0 | 16 | unless $line =~ /^autocache./ |
60 | 0 | 1 | if (_file_good($filename)) |
67 | 0 | 1 | if (_file_good($filename)) |