blib/lib/Mail/Address/MobileJp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
82 | 0 | 0 | 1 | $domain && $domain =~ /$regex_imode/o |
87 | 0 | 0 | 6 | $domain && $domain =~ /$regex_vodafone/o |
94 | 0 | 0 | 2 | $domain && $domain =~ /$regex_ezweb/o |
99 | 1 | 3 | 25 | $domain && $domain =~ /(?:$regex_imode|$regex_vodafone|$regex_ezweb|$regex_mobile)/o |
104 | 36 | 0 | 2 | ref $stuff and $stuff->isa('Mail::Address') |