blib/lib/Footprintless/Extract.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 1 | 7 | 0 | -e $to and not -d $to |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 8 | 0 | 0 | $options{'to'} || getcwd() |
77 | 6 | 0 | 0 | 'IO::Uncompress::Unzip'->new($archive) || croak("unable to open ${archive}: $IO::Uncompress::Unzip::UnzipError") |
98 | 26 | 0 | 0 | 'IO::File'->new($dest_file, 'w') || croak("unable to create file ${dest_file}: $!") |