Branch Coverage

lib/App/wsgetmail.pm
Criterion Covered Total %
branch 2 24 8.3


line true false branch
185 0 2 unless defined $action
186 2 0 if (lc $action eq 'mark_as_read') { }
0 0 elsif (lc $action eq 'delete') { }
211 0 0 if (not defined $filename) { }
0 0 elsif (not $filename) { }
220 0 0 if ($ok)
223 0 0 if ($self->config->{'dump_messages'}) { }
224 0 0 if $self->config->{'debug'}
227 0 0 unless unlink $filename
244 0 0 if ($self->config->{'dry_run'})
248 0 0 if ($method)
269 0 0 if (defined $self->config->{'username'})