| blib/lib/Email/Address/List.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 20 | 60.0 |
| line | l | !l | condition |
|---|---|---|---|
| 310 | 5 | 158 | $line =~ s/^($CRE{'obs-mailbox'})($RE{'cfws'}*)(?=,|;|$)//o and $obsolete = 1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 281 | 603 | 0 | 400 | $1 and not $args{'skip_comments'} |
| 603 | 400 | 0 | $1 and not $args{'skip_comments'} and $1 =~ /($RE{'comment'})/ | |
| 293 | 0 | 629 | 0 | not $in_group and $line =~ s/^($RE{'display-name'})://o |
| 298 | 629 | 0 | 0 | $in_group and $line =~ s/^;// |
| 317 | 624 | 0 | 0 | $not_ascii and $args{'skip_not_ascii'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 310 | 466 | 158 | 5 | $line =~ s/^($CRE{'mailbox'})($RE{'cfws'}*)(?=,|;|$)//o or $line =~ s/^($CRE{'obs-mailbox'})($RE{'cfws'}*)(?=,|;|$)//o and $obsolete = 1 |