Condition Coverage

blib/lib/SQL/String.pm
Criterion Covered Total %
condition 8 13 61.5


and 2 conditions

line l !l condition
248 0 3 Carp::carp('Use of uninitialized value in concatenation (.) or string') and return $self
278 0 1 Carp::carp('Use of uninitialized value in concatenation (.) or string') and return $self

and 3 conditions

line !l l&&!r l&&r condition
121 3 2 14 defined $$self[0] and not ref $$self[0]
5 0 14 defined $$self[0] and not ref $$self[0] and length $$self[0]

or 3 conditions

line l !l&&r !l&&!r condition
258 0 4 0 $reftype eq 'ARRAY' or $reftype eq 'SQL::String'