Condition Coverage

blib/lib/Text/CSV/Encoded.pm
Criterion Covered Total %
condition 14 22 63.6


and 3 conditions

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

or 2 conditions

line l !l condition
57 8 5 shift() || {}
66 12 1 $class->SUPER::new($opt) || (return)

or 3 conditions

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