Branch Coverage

blib/lib/CPAN/Cache.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
94 0 0 unless -e $path
95 0 0 unless -d $path
96 0 0 unless -w $path
99 0 0 unless $$self{'_mirror'} = 'URI::ToDisk'->new($path, $uri)
200 0 0 unless -d $dir
204 0 0 if (&LWP::Simple::is_success($rc)) { }
0 0 elsif ($rc == 404) { }
242 0 0 if ($self->_static($path) and -f $file->path)
248 0 0 unless -d $dir
252 0 0 if (&LWP::Simple::is_success($rc)) { }
0 0 elsif ($rc == 304) { }
0 0 elsif ($rc == 404) { }
289 0 0 if ($path =~ m[/CHECKSUMS$])
294 0 0 if ($path =~ /.readme$/)
299 0 0 if ($path =~ m[^authors/])
317 0 0 unless my $path = shift()