Branch Coverage

blib/lib/Email/Extractor/Utils.pm
Criterion Covered Total %
branch 25 30 83.3


line true false branch
53 1 3 if (looks_like_url($addr)) { }
55 0 1 if $Verbose
63 0 3 if $Verbose
66 3 0 if (looks_like_file($file_uri)) { }
95 9 8 if ($string =~ /$regexp/) { }
98 4 5 if defined $7
99 5 0 if defined $1
109 4 4 if looks_like_url($link)
116 4 9 if ($string =~ qr/$Email::Extractor::Utils::RE{'URI'}{'file'}/) { }
128 1 2 unless defined $dname and length $dname
134 3 3 if (looks_like_rel_link($l))
147 1 2 unless defined $only_dname and length $only_dname
151 6 4 unless $_ =~ /^$only_dname/
168 8 3 if $suffix eq ''
189 0 22 if ($uri->query) { }