blib/lib/Mail/Audit/Attach.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
196 | 0 | 0 | 0 | defined $opts{'mime_type'} and not $part->mime_type =~ /$opts{'mime_type'}/ |
199 | 0 | 0 | 0 | defined $opts{'filename'} and not $part->filename =~ /$opts{'filename'}/ |
201 | 0 | 0 | 0 | defined $opts{'bigger_than'} and $part->size >= $opts{'smaller_than'} |
203 | 0 | 0 | 0 | defined $opts{'bigger_than'} and $part->size <= $opts{'bigger_than'} |
line | l | !l | condition |
---|---|---|---|
66 | 0 | 0 | $filename || 'attachment' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | shift() || 'File::Spec'->curdir |