Condition Coverage

blib/lib/Text/SmartyPants.pm
Criterion Covered Total %
condition 4 26 15.3


and 3 conditions

line !l l&&!r l&&r condition
124 0 20 19 defined $1 && $1 eq '/'
243 0 0 0 defined $1 && $1 eq '/'
335 0 0 0 defined $1 && $1 eq '/'
379 0 0 0 defined $1 && $1 eq '/'

or 2 conditions

line l !l condition
32 0 36 shift() || '1'

or 3 conditions

line l !l&&r !l&&!r condition
107 0 36 0 my $tokens ||= _tokenize($text)
226 0 0 0 my $tokens ||= _tokenize($text)
325 0 0 0 $tokens ||= _tokenize($text)
369 0 0 0 $tokens ||= _tokenize($text)