Condition Coverage

blib/lib/Text/Abbreviate.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
14 0 1 0 @_ and ref $_[0]
1 0 0 @_ and ref $_[0] and ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
27 0 22 $$self{'cache'}{$i}{$word} ||= [$$self{'string'} =~ /^($i\Q$word\E.*)\n/gm]