File: | Dpkg/Source/Archive.pm |
Coverage: | 19.2% |
line | % | coverage | condition | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
54 | 0 |
| $opts{'options'} //= [] | ||||||||||||||||||||
66 | 0 |
| ($opts{'source_date'} // $ENV{'SOURCE_DATE_EPOCH'}) || time | ||||||||||||||||||||
97 | 0 |
| not -l $testfile and -d _ | ||||||||||||||||||||
108 | 0 |
| -l $testfile or not -d _ | ||||||||||||||||||||
127 | 50 |
| $opts{'options'} //= [] | ||||||||||||||||||||
128 | 50 |
| $opts{'in_place'} //= 0 | ||||||||||||||||||||
129 | 50 |
| $opts{'no_fixperms'} //= 0 | ||||||||||||||||||||
204 | 67 |
| $dest_is_dir and $src_is_dir | ||||||||||||||||||||
244 | 0 |
| scalar @entries == 1 and not -l "$tmp/$entries[0]" and -d _ |