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
13 13 0 0 $backend =~ /XS/ and $version >= 0.99
0 0 13 $backend =~ /PP/ and $version >= 1.3
183 0 0 23 defined $array and ref $array eq 'ARRAY'

or 2 conditions

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

or 3 conditions

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