Condition Coverage

blib/lib/Text/Typography.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
255 0 0 0 defined $1 && $1 eq '/'
361 0 0 0 defined $1 && $1 eq '/'
439 0 0 0 defined $1 && $1 eq '/'
474 0 0 0 defined $1 && $1 eq '/'

or 3 conditions

line l !l&&r !l&&!r condition
239 0 0 0 my $tokens ||= _tokenize($text)
345 0 0 0 my $tokens ||= _tokenize($text)
430 0 0 0 $tokens ||= _tokenize($text)
465 0 0 0 $tokens ||= _tokenize($text)