Condition Coverage

blib/lib/MySQL/Backup.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 $$ref{'Null'} =~ /YES/i and not $$ref{'Type'} =~ /timestamp/i
206 0 0 0 $$self{'param'}{'SHOW_TABLE_NAMES'} and $table_data
213 0 0 0 $$self{'param'}{'SHOW_TABLE_NAMES'} and $table_data
342 0 0 0 $$temp{'Key_name'} eq 'PRIMARY' || $$temp{'Key_name'} eq 'primary' and '`' . $$temp{'Column_name'} . '`' eq $column_name || '`' . lc($$temp{'Column_name'}) . '`' eq lc $column_name
535 0 0 0 $table eq 'perlDesk_settings' and not $sql =~ /^ALTER/i

or 2 conditions

line l !l condition
44 0 0 $dbh->prepare($sql) || die($self->caller)

or 3 conditions

line l !l&&r !l&&!r condition
299 0 0 0 $sql =~ /^INSERT/i or $sql =~ /^REPLACE/i
302 0 0 0 $tables[$i] eq $1 or lc $tables[$i] eq lc $1
342 0 0 0 $$temp{'Key_name'} eq 'PRIMARY' || $$temp{'Key_name'} eq 'primary'
0 0 0 '`' . $$temp{'Column_name'} . '`' eq $column_name || '`' . lc($$temp{'Column_name'}) . '`' eq lc $column_name