Branch Coverage

blib/lib/Module/Build/Database/SQLite.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
55 0 1 $Bin{'Sqlite'} && !($Bin{'Sqlite'} =~ qr"/bin/false") ? :
68 0 0 -e $database_name && -s _ ? :
73 0 0 unless $dbFile = $self->database_options('name')
103 0 0 $is_it ? :
109 0 0 unless my $filename = $args{'outfile'}
131 0 0 unless defined $dbFile
132 0 0 $outfile ? :
171 0 0 unless -e $filename
179 0 0 unless -e $filename
209 0 0 unless rename "$tmpfile", $outfile
233 0 0 unless copy($tmpfile, $outfile)
241 0 0 unless defined $dbFile and -e "$dbFile"
242 0 0 unless unlink "$dbFile"