| blib/lib/Mail/Box/Search.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 31 | 46 | 67.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 45 | 298 | 33 | $self->skipDeleted and $message->isDeleted |
| 102 | 343 | 0 | 0 | $set && $logic eq 'OR' |
| 0 | 343 | 0 | !$set && $logic eq 'AND' | |
| 109 | 162 | 3 | 2 | $take and $count == $take |
| 126 | 293 | 42 | 0 | $matched and not $self->deliver |
| 139 | 33 | 0 | 0 | $piece->isDelayed and not $self->parseDelayed |
| 142 | 16 | 17 | 0 | $matched and not $self->deliver |
| 156 | 3 | 323 | 23 | not $self->{'MBS_binaries'} and $_->isBinary |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 12 | 0 | $args->{'in'} || 'BODY' |
| 47 | 0 | 12 | $args->{'logical'} || 'REPLACE' |
| 52 | 1 | 11 | $args->{'binaries'} || 0 |
| 53 | 1 | 11 | $args->{'limit'} || 0 |
| 54 | 0 | 12 | $args->{'decode'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 5 | 7 | 0 | not $self->{'MBS_check_head'} or $self->can("inHead") |
| 38 | 2 | 10 | 0 | not $self->{'MBS_check_body'} or $self->can("inBody") |
| 85 | 9 | 3 | 1 | defined $label || wantarray || $self->deliver |
| 95 | 343 | 0 | 0 | $self->parseDelayed or not $message->isDelayed |