Condition Coverage

blib/lib/SQL/Translator/Producer/Dumper.pm
Criterion Covered Total %
condition 10 24 41.6


and 3 conditions

line !l l&&!r l&&r condition
73 1 0 0 $dbd eq "Pg" and not $args->{'dsn'}
1 0 0 $dbd eq "Oracle" and not $args->{'dsn'}
1 0 0 $dbd eq "mysql" and not $args->{'dsn'}

or 2 conditions

line l !l condition
50 0 1 $args->{'add_truncate'} || 0
51 1 0 $args->{'skip'} || ''
52 0 1 $args->{'skiplike'} || ''
53 1 0 $args->{'db_user'} || 'db_user'
54 1 0 $args->{'db_password'} || 'db_pass'
71 1 0 $type_to_dbd{$parser_name} || 'DBD'

or 3 conditions

line l !l&&r !l&&!r condition
72 1 0 0 $args->{'dsn'} || "dbi:${dbd}:"