| blib/lib/Mail/Address/Tagged.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 23 | 47.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 199 | 0 | 0 | 13 | exists $arg{'user'} and exists $arg{'host'} |
| 238 | 0 | 0 | 8 | exists $arg{'key'} and exists $arg{'address'} |
| 0 | 0 | 8 | exists $arg{'key'} and exists $arg{'address'} and exists $arg{'sender'} | |
| 247 | 0 | 0 | 8 | defined $type and $type =~ /^(confirm|dated|sender)$/ |
| 322 | 20 | 0 | 10 | defined $period and $period =~ /^(\d+)([YMwdhms])/ |
| 475 | 0 | 0 | 2 | $self->candidate_time and $self->valid |
| line | l | !l | condition |
|---|---|---|---|
| 218 | 2 | 16 | $$self{'keyword'} ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 199 | 5 | 0 | 13 | exists $arg{'email'} or exists $arg{'user'} and exists $arg{'host'} |