Condition Coverage

blib/lib/DBIx/CSVDumper.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 $DBI::VERSION >= 1.41 and not $$sth{'Executed'}

or 2 conditions

line l !l condition
34 0 0 $$self{'encoding'} || 'utf-8'

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 0 $$self{'_csv_obj'} ||= 'Text::CSV'->new({%DEFAULT_CSV_ARGS, %{{} unless $$self{'csv_args'};}})
34 0 0 0 $$self{'_encoding'} ||= &Encode::find_encoding($$self{'encoding'} || 'utf-8')
42 0 0 0 $args{'encoding'} || $self->encoding