Condition Coverage

blib/lib/Mail/MboxParser/Mail/Body.pm
Criterion Covered Total %
condition 8 26 30.7


and 3 conditions

line !l l&&!r l&&r condition
110 22 0 0 $bound and /^--\Q$bound\E/
22 0 0 $bound and /^--\Q$bound\E/ and $seperator
178 0 0 0 $c ne '>' and $c ne ' '

or 2 conditions

line l !l condition
38 0 22 $$self{'ARGS'}{'decode'} ||= 'NEVER'

or 3 conditions

line l !l&&r !l&&!r condition
63 0 0 4 $decode eq 'BODY' or $decode eq 'ALL'
74 0 0 0 $decode eq 'BODY' or $decode eq 'ALL'
100 6 22 532 /^--\040?[\r\n]?$/ || $seperator
117 0 0 18 $decode eq 'BODY' or $decode eq 'ALL'
169 0 0 0 $decode eq 'ALL' or $decode eq 'BODY'