Condition Coverage

blib/lib/Text/Quoted.pm
Criterion Covered Total %
condition 31 34 91.1


and 3 conditions

line !l l&&!r l&&r condition
106 13 27 13 defined $todo[0]{'quoter'} and $todo[0]{'quoter'} =~ /^\Q$newquoter\E/
134 85 16 59 $_ && /^\Q$top_level\E./ && $stuff[0]{'quoter'} =~ /^\Q$_\E/
191 1 1 18 defined $text and length $text
203 0 107 19 $line{'hang'}->empty and not $line{'text'} =~ /\S/

or 2 conditions

line l !l condition
239 76 16 $$line{'raw'} or ''
73 19 $$line{'text'} or ''

or 3 conditions

line l !l&&r !l&&!r condition
97 94 0 7 exists $$line{'quoter'} or exists $$line{'empty'}
213 6 50 52 $$line{'separator'} or $$line{'quoter'} ne $chunks[-1][-1]{'quoter'}
56 6 46 $$line{'separator'} or $$line{'quoter'} ne $chunks[-1][-1]{'quoter'} or $$line{'empty'}
56 7 39 $$line{'separator'} or $$line{'quoter'} ne $chunks[-1][-1]{'quoter'} or $$line{'empty'} or $chunks[-1][-1]{'empty'}
232 87 0 39 $first or $$line{'quoter'} ne $paras[-1]{'quoter'}
87 5 34 $first or $$line{'quoter'} ne $paras[-1]{'quoter'} or $paras[-1]{'separator'}