blib/lib/CPAN/Repository/Role/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
46 | 0 | 0 | unless -f $self->full_compressed_filename |
54 | 0 | 0 | unless -d catdir($self->repository_root, @pps) |
56 | 0 | 0 | unless my $gz = 'IO::Zlib'->new($self->full_compressed_filename, 'w') |
59 | 0 | 0 | if ($self->generate_uncompressed) |
60 | 0 | 0 | unless my $txt = 'IO::File'->new($self->full_filename, 'w') |
69 | 0 | 0 | unless my $gz = 'IO::Zlib'->new($self->full_compressed_filename, 'r') |
76 | 0 | 0 | if (@$err) |
79 | 0 | 0 | if ($file eq '') { } |