| blib/lib/Email/Address/List.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 20 | 60.0 |
| line | l | !l | condition |
|---|---|---|---|
| 318 | 9 | 150 | $line =~ s/^($CRE{'obs-mailbox'})($RE{'cfws'}*)(?=,|;|$)//o and $obsolete = 1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 289 | 604 | 0 | 400 | $1 and not $args{'skip_comments'} |
| 604 | 400 | 0 | $1 and not $args{'skip_comments'} and $1 =~ /($RE{'comment'})/ | |
| 301 | 0 | 728 | 0 | not $in_group and $line =~ s/^($RE{'display-name'})://o |
| 306 | 728 | 0 | 0 | $in_group and $line =~ s/^;// |
| 325 | 719 | 0 | 0 | $not_ascii and $args{'skip_not_ascii'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 318 | 569 | 150 | 9 | $line =~ s/^($CRE{'mailbox'})($RE{'cfws'}*)(?=,|;|$)//o or $line =~ s/^($CRE{'obs-mailbox'})($RE{'cfws'}*)(?=,|;|$)//o and $obsolete = 1 |