Condition Coverage

blib/lib/Email/Address/List.pm
Criterion Covered Total %
condition 11 20 55.0


and 2 conditions

line l !l condition
310 5 141 $line =~ s/^($CRE{'obs-mailbox'})($RE{'cfws'}*)(?=,|;|$)//o and $obsolete = 1

and 3 conditions

line !l l&&!r l&&r condition
280 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'}

or 3 conditions

line l !l&&r !l&&!r condition
310 483 0 146 $line =~ s/^($CRE{'mailbox'})($RE{'cfws'}*)(?=,|;|$)//o or $line =~ s/^($CRE{'obs-mailbox'})($RE{'cfws'}*)(?=,|;|$)//o and $obsolete = 1