Branch Coverage

blib/lib/FWS/Lite.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
146 0 0 if (not defined $$self{'_DBH'})
161 0 0 if ($$self{'DBType'} =~ /SQLite/i)
224 0 0 unless (exists $paramHash{'DBH'})
236 0 0 if ($sth ne '')
243 0 0 if (defined $DBI::errstr)
255 0 0 if ($$self{'DBType'} =~ /^SQLite$/i) { }
259 0 0 unless defined $clean
274 0 0 unless defined $clean
286 0 0 if ($errorResponse)
338 0 0 if ($paramHash{'default'} ne 'CURRENT_TIMESTAMP')
358 0 0 if ($$self{'DBType'} =~ /^sqlite$/i)
367 0 0 if ($$self{'DBType'} =~ /^mysql$/i)
368 0 0 if ($paramHash{'key'} eq 'FULLTEXT')
376 0 0 if ($paramHash{'key'} eq 'FULLTEXT')
396 0 0 unless (exists $tableHash{$paramHash{'table'}})
409 0 0 unless (exists $$tableFieldHash{$paramHash{'field'}}{'type'})
418 0 0 if ($paramHash{'type'} ne $$tableFieldHash{$paramHash{'field'}}{'type'} and $self->DBType =~ /^mysql$/i)
430 0 0 unless (exists $$tableFieldHash{$paramHash{'table'} . '_' . $paramHash{'field'}}{'key'})
435 0 0 if ($$tableFieldHash{$paramHash{'table'} . '_' . $paramHash{'field'}}{'key'} ne 'MUL' and $paramHash{'key'} ne '')
491 0 0 if (not keys %$tableFieldHash) { }
501 0 0 if ($$self{'DBType'} =~ /^mysql$/i)
518 0 0 if ($$self{'DBType'} =~ /^sqlite$/i)
650 0 0 if (-f $paramHash{'directory'} . '/' . $dirFile)