blib/lib/Email/Fingerprint/App/EliminateDups.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
97 | 0 | 0 | if $cache |
105 | 0 | 0 | unless ($cache) |
110 | 0 | 0 | unless ($cache->lock('block', 1)) |
115 | 0 | 0 | unless ($cache->open) |
134 | 0 | 0 | if ($cache) |
151 | 0 | 0 | unless $self->get_dump |
152 | 0 | 0 | unless $self->get_cache |
170 | 0 | 0 | if $self->get_no_check |
181 | 0 | 0 | if (defined $self->get_cache->get_hash->{$fingerprint}) |
201 | 0 | 0 | if $self->get_no_purge |
225 | 0 | 0 | unless &GetOptions('dump', \$dump{&ident($self)}, 'no-purge', \$no_purge{&ident($self)}, 'no-check', \$no_check{&ident($self)}, 'strict', \$strict{&ident($self)}, 'help', \$help{&ident($self)}) |
229 | 0 | 0 | if $self->get_help |
232 | 0 | 0 | if @ARGV |