File: | Dpkg/Compression/FileHandle.pm |
Coverage: | 31.6% |
line | % | coverage | condition | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
127 | 33 |
| ref $this || $this | ||||||||||||||||||||
137 | 50 |
| $args{'add_compression_extension'} || $args{'add_comp_ext'} || 0 | ||||||||||||||||||||
294 | 0 |
| $method ne "none" and $method ne "auto" | ||||||||||||||||||||
329 | 33 |
| *$self->{'add_comp_ext'} and $filename =~ /\.$comp_ext_regex$/ | ||||||||||||||||||||
437 | 100 |
| *$self->{'compressor'}{'cmdline'} // "" | ||||||||||||||||||||
441 | 25 |
| $? == 0 or POSIX::WIFSIGNALED($?) and POSIX::WTERMSIG($?) == 13 |