blib/lib/Text/CSV/Separator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 24 | 70.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 9 | 0 | 9 | exists $options{'lucky'} and $options{'lucky'} == 1 |
98 | 54 | 5130 | 5130 | $count > 0 and not $lucky |
163 | 1 | 0 | 0 | $echo and $comma_decsep |
166 | 1 | 0 | 0 | $echo and $comma_groupsep |
253 | 1055 | 1516 | 8 | $kind eq 'timecol' and not $string =~ /$time_rx/ |
254 | 1525 | 1038 | 8 | $kind eq 'decsep' and not $string =~ /$commadecsep_rx/ |
255 | 2554 | 0 | 9 | $kind eq 'groupsep' and not $string =~ /$commagroupsep_rx/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
160 | 1 | 0 | 3 | $comma_decsep or $comma_groupsep |