File: | Dpkg/Source/Quilt.pm |
Coverage: | 16.1% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
51 | 33 |
| ref $this || $this | ||||||||||||
174 | 0 |
| $opts{'verbose'} //= 0 | ||||||||||||
175 | 0 |
| $opts{'timestamp'} //= &fs_time($self->{'dir'}) | ||||||||||||
208 | 0 |
| $opts{'verbose'} //= 0 | ||||||||||||
209 | 0 |
| $opts{'timestamp'} //= &fs_time($self->{'dir'}) | ||||||||||||
210 | 0 |
| $opts{'reverse_apply'} //= 0 | ||||||||||||
217 | 0 |
| -d $backup_dir and not $opts{'reverse_apply'} | ||||||||||||
251 | 0 |
| -e $patch_dir and not -d _ | ||||||||||||
255 | 0 |
| -e $series and not -f _ | ||||||||||||
263 | 50 |
| &get_current_vendor() || 'debian' | ||||||||||||
331 | 67 |
| defined $file and -f $file | ||||||||||||
332 | 50 |
| $opts{'warn_options'} //= 0 |