| blib/lib/Mail/POP3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 14 | 7.1 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 2 | if $config->{'mpopd_conf_version'} ne $VERSION |
| 40 | 0 | 0 | unless $config_hash->{'port'} =~ /^\d+$/ |
| 42 | 0 | 0 | unless $config_hash->{'message_start'} =~ /^\S+$/ |
| 44 | 0 | 0 | unless $config_hash->{'message_end'} =~ /^\S+$/ |
| 46 | 0 | 0 | unless $config_hash->{'timeout'} =~ /^\d+$/ |
| 49 | 0 | 0 | unless defined $config_hash->{'parse_to_disk'} |
| 56 | 0 | 0 | unless open FH, $file |