| blib/lib/Dpkg/Compression/FileHandle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 19 | 31.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 288 | 0 | 0 | 0 | $method ne 'none' and $method ne 'auto' |
| 323 | 154 | 0 | 0 | *$self->{'add_comp_ext'} and $filename =~ /\.$comp_ext_regex$/ |
| 435 | 0 | 0 | 0 | POSIX::WIFSIGNALED($?) and POSIX::WTERMSIG($?) == 13 |
| line | l | !l | condition |
|---|---|---|---|
| 137 | 0 | 154 | $args{'add_compression_extension'} || $args{'add_comp_ext'} || 0 |
| 431 | 10 | 119 | *$self->{'compressor'}{'cmdline'} // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 127 | 0 | 154 | 0 | ref $this || $this |
| 435 | 3 | 0 | 0 | $? == 0 or POSIX::WIFSIGNALED($?) and POSIX::WTERMSIG($?) == 13 |