Branch Coverage

lib/App/wsgetmail.pm
Criterion Covered Total %
branch 2 22 9.0


line true false branch
182 0 1 unless defined $action
183 1 0 if (lc $action eq 'mark_as_read') { }
0 0 elsif (lc $action eq 'delete') { }
208 0 0 unless ($filename)
213 0 0 if ($ok)
216 0 0 if ($self->config->{'dump_messages'}) { }
217 0 0 if $self->config->{'debug'}
220 0 0 unless unlink $filename
237 0 0 if ($self->config->{'dry_run'})
241 0 0 if ($method)
262 0 0 if (defined $self->config->{'username'})