Condition Coverage

blib/lib/String/Tools.pm
Criterion Covered Total %
condition 21 33 63.6


and 3 conditions

line !l l&&!r l&&r condition
47 6 11 26 length $_ && !/\A$BLANK+\z/u
83 2 0 0 $ref eq 'REF' and ref $$_ ne 'REF'
104 1 3 1 defined $_ and not @_

or 3 conditions

line l !l&&r !l&&!r condition
42 2 0 4 $_[0] // !!(undef)
65 13 2 15 $was_blank or $is_blank
75 3 0 0 shift() // $THREAD
124 3 5 0 $1 // $2
163 15 4 0 $lead //= $BLANK . '+'
166 15 4 0 $rear //= $lead
195 0 2 0 $lead //= $BLANK . '+'
198 0 2 0 $rear //= $lead