| blib/lib/Metabrik/Client/Imap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | defined $user and defined $password |
| 0 | 0 | 0 | defined $user and defined $password and defined $host | |
| 174 | 0 | 0 | 0 | exists $part->{'filename'} and length $part->{'filename'} |
| 0 | 0 | 0 | exists $part->{'filename'} and length $part->{'filename'} and $part->{'filename'} =~ /$regex/ |
| line | l | !l | condition |
|---|---|---|---|
| 66 | 0 | 0 | $parsed->{'path'} || 'INBOX' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | $input ||= $self->input |
| 64 | 0 | 0 | 0 | $parsed->{'user'} || $self->username |
| 65 | 0 | 0 | 0 | $parsed->{'password'} || $self->password |
| 164 | 0 | 0 | 0 | $regex ||= qr/^.*$/ |