Condition Coverage

blib/lib/IMDB/Local/DB/Base.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 defined $self->server and length $self->server
109 0 0 0 defined $self->database and length $self->database
121 0 0 0 defined $self->mutexName and length $self->mutexName
128 0 0 0 defined $self->database and length $self->database
158 0 0 0 defined $self->database and length $self->database
475 0 0 0 $k =~ s/,$// and $v =~ s/,$//
545 0 0 0 $args{'limit'} and $self->driver eq 'ODBC'
580 0 0 0 defined $args{'sortByField'} and length $args{'sortByField'}
0 0 0 defined $args{'orderbys'} and @{$args{'orderbys'};}
640 0 0 0 $args{'limit'} and $cacheBy > $args{'limit'}
685 0 0 0 defined $v && $v eq $value
915 0 0 0 $db->driver eq 'SQLite' and $db->runSQL("DELETE from sqlite_sequence where name='${table}'")

or 3 conditions

line l !l&&r !l&&!r condition
1199 0 0 0 not @tables or grep /^$table$/, @tables