Branch Coverage

blib/lib/EAFDSS.pm
Criterion Covered Total %
branch 16 24 66.6


line true false branch
137 0 4 if (not exists $$config{'DRIVER'}) { }
142 0 4 if ($$self{'PARAMS'} eq '')
147 0 4 if (not exists $$config{'DIR'}) { }
153 0 4 unless (-e $$self{'DIR'})
157 0 4 if (not exists $$config{'SN'}) { }
165 0 4 if ($@)
177 0 4 unless (defined $fd)
197 8 3 unless -d $curDirEAFDSS
199 0 3 unless opendir DIR, $curDirEAFDSS
201 6 15 unless $curFile =~ s/\.pm$//
202 3 12 if $curFile eq 'Base'
203 3 9 if $curFile eq 'Micrelec'