Branch Coverage

lib/Comics/Fetcher/Base.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
69 0 0 if ($path =~ m[^/]) { }
0 0 elsif (not $path =~ m[^\w+://]) { }
70 0 0 if ($path =~ m[^//]) { }
0 0 elsif ($path =~ m[^/static\.nrc\.nl/]) { }
102 0 0 unless close $fd
120 0 0 unless close $fd
137 0 0 if ($opts->{'error'} or not $data)