| blib/lib/Config/Fast.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 22 | 59.0 |
| line | true | false | branch |
|---|---|---|---|
| 67 | 0 | 7 | unless ($file) |
| 78 | 0 | 7 | if (my $ref = ref $file) { } |
| 79 | 0 | 0 | if ($ref eq 'SCALAR') { } |
| 0 | 0 | elsif ($ref eq 'ARRAY') { } | |
| 90 | 0 | 7 | unless -f $file and -r _ |
| 93 | 6 | 1 | if (not $READCONF{$file}{$MTIME} or $mtime < $READCONF{$file}{$MTIME}) |
| 94 | 0 | 6 | unless open CF, "<$file" |
| 101 | 6 | 1 | if (@file) { } |
| 176 | 6 | 1 | if (wantarray) { } |
| 182 | 3 | 13 | if $k =~ /^_/ or $k =~ /\W/ |
| 186 | 0 | 13 | if $@ |