blib/lib/Dpkg/Source/Quilt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 31 | 16.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
208 | 0 | 0 | 0 | -d $backup_dir and not $opts{'reverse_apply'} |
244 | 0 | 0 | 0 | -e $patch_dir and not -d _ |
248 | 0 | 0 | 0 | -e $series and not -f _ |
320 | 0 | 1 | 1 | defined $file and -f $file |
line | l | !l | condition |
---|---|---|---|
167 | 0 | 0 | $opts{'verbose'} //= 0 |
199 | 0 | 0 | $opts{'verbose'} //= 0 |
201 | 0 | 0 | $opts{'reverse_apply'} //= 0 |
256 | 1 | 0 | &get_current_vendor() || 'debian' |
321 | 0 | 1 | $opts{'warn_options'} //= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 1 | 0 | ref $this || $this |
168 | 0 | 0 | 0 | $opts{'timestamp'} //= &fs_time($self->{'dir'}) |
200 | 0 | 0 | 0 | $opts{'timestamp'} //= &fs_time($self->{'dir'}) |