Branch Coverage

blib/lib/WWW/LinkRot.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
32 0 0 unless (-f $file)
63 0 0 if (-f $out)
66 0 0 if ($link->{'status'} =~ /200/)
74 0 0 if ($nook)
75 0 0 if ($skip{$link})
76 0 0 if ($verbose)
88 0 0 if ($verbose)
93 0 0 if ($r{'status'} =~ /^30[12]/)
98 0 0 if ($count % 5 == 0)
102 0 0 unless unlink $tempfile
111 0 0 unless ($title)
132 0 0 if ($status =~ /30.*/) { }
0 0 elsif ($status =~ /^[45].*/) { }
141 0 0 if (length $text > 100)
163 0 0 if ($class eq 'moved')
165 0 0 if ($loc)
168 0 0 if ($hs eq $loc) { }
178 0 0 if ($filelist)
181 0 0 if ($nfiles > 5)
187 0 0 if ($filen > $maxfiles)
190 0 0 if ($options{'strip'})
212 0 0 if ($link->{'status'} =~ /^30/ and $link->{'location'})
222 0 0 if ($text =~ s/($re)/$links->{$1}{'location'}/g) { }