Condition Coverage

blib/lib/Text/CSV/Encoded.pm
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
17 13 0 0 $backend =~ /XS/ and $version >= 0.99
0 0 13 $backend =~ /PP/ and $version >= 1.3
187 0 0 23 defined $array and ref $array eq 'ARRAY'

or 2 conditions

line l !l condition
57 6 4 shift() || {}
66 9 1 $class->SUPER::new($opt) || (return)

or 3 conditions

line l !l&&r !l&&!r condition
17 0 0 13 $backend =~ /XS/ and $version >= 0.99 or $backend =~ /PP/ and $version >= 1.3
68 1 8 0 $opt{'coder_class'} || $DefaultCoderClass
236 109 7 0 $self->{'coder'} ||= $self->coder_class->new('automatic_UTF8', $self->automatic_UTF8, @_)