|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
58
 | 
 0  | 
 0  | 
 if $DEBUG  | 
 
| 
59
 | 
 0  | 
 0  | 
 unless defined $root  | 
 
| 
62
 | 
 0  | 
 0  | 
 unless ($args{'FILELIST'} or $args{'PACKAGES'} or $args{'CHECKSUMS'})  | 
 
| 
66
 | 
 0  | 
 0  | 
 if defined $args{'config'} and ref $args{'config'} eq 'Slackware::Slackget::Config'  | 
 
| 
67
 | 
 0  | 
 0  | 
 unless $$self{'DATA'}{'FILELIST'} = 'Slackware::Slackget::SpecialFiles::FILELIST'->new($args{'FILELIST'}, $$self{'DATA'}{'config'}, $root)  | 
 
| 
68
 | 
 0  | 
 0  | 
 if $DEBUG  | 
 
| 
69
 | 
 0  | 
 0  | 
 unless $$self{'DATA'}{'PACKAGES'} = 'Slackware::Slackget::SpecialFiles::PACKAGES'->new($args{'PACKAGES'}, $$self{'DATA'}{'config'}, $root)  | 
 
| 
70
 | 
 0  | 
 0  | 
 if $DEBUG  | 
 
| 
71
 | 
 0  | 
 0  | 
 unless $$self{'DATA'}{'CHECKSUMS'} = 'Slackware::Slackget::SpecialFiles::CHECKSUMS'->new($args{'CHECKSUMS'}, $$self{'DATA'}{'config'}, $root)  | 
 
| 
72
 | 
 0  | 
 0  | 
 if $DEBUG  | 
 
| 
101
 | 
 0  | 
 0  | 
 unless my $packagelist = 'Slackware::Slackget::PackageList'->new('no-root-tag', 1)  |