Branch Coverage

blib/lib/App/CCSV.pm
Criterion Covered Total %
branch 6 32 18.7


line true false branch
28 0 1 length($_[-1] || '') > 1 && $#_ > 0 ? :
32 1 0 unless $ENV{'CCSVCONF'}
33 1 0 if (length($quote || '') <= 1) { }
46 0 1 if (-r $cfgfile) { }
51 0 0 if (not @_ or $#_ == 0 and $quote eq '') { }
0 0 elsif (length $quote > 1) { }
53 0 0 if $config{'CCSV'}
56 0 0 unless $config{'CCSV'}{'names'}{$quote}
60 0 0 if $config{'CCSV'}{'overrideall'}
62 0 0 if ($out) { }
0 0 elsif ($config{'CCSV'}{'out'}) { }
64 0 0 unless $config{'CCSV'}{'names'}{$out}
74 0 1 if length($quote || '') > 1
75 0 1 if length($out || '') > 1
85 0 0 if $key eq 'overrideall' or $key eq 'out' or $key eq 'names'
92 0 0 if ($csvout) { }