blib/lib/IO/File/CompressOnClose/Gzip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 10 | 50.0 |
line | true | false | branch |
---|---|---|---|
42 | 2 | 0 | unless ($dst_file) |
48 | 0 | 2 | unless ($in = 'IO::File'->new($src_file, 'r')) |
51 | 0 | 2 | unless ($out = 'IO::Zlib'->new($dst_file, 'w')) |
60 | 0 | 2 | unless ($in->close) |
63 | 0 | 2 | unless ($out->close) |