Branch Coverage

blib/lib/WWW/LinkChecker/Internal/API/Worker.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
32 0 0 unless (defined $base_url)
44 0 0 $state_fn && -e $state_fn ? :
71 0 0 if ($@)
74 0 0 if ($state_fn)
82 0 0 if (&any(sub { $url =~ /$_/u; } , @pre_skip_regexes))
90 0 0 if (not exists $encountered_urls->{$dest_url} and $dest_url =~ /\A\Q$base_url\E/msu and &none(sub { $dest_url =~ /$_/u; } , @before_insert_skips_regexes))
101 0 0 if ($only_check_site_flow) { }
103 0 0 if ($link->tag eq "link")
106 0 0 if ($rel eq 'prev') { }
0 0 elsif ($rel eq 'next') { }
108 0 0 if (defined $prev)
110 0 0 if ($link->url_abs ne $prev) { }
134 0 0 if ($only_check_site_flow)
136 0 0 unless (defined $dest_url)