Branch Coverage

blib/lib/Mail/Lite/Processor/SplitMsg.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
16 0 28 unless (exists $$processor_args{'separator'})
22 0 28 unless (eval { do { $message->can('body') } })
29 28 0 if (my $begin = $$processor_args{'begin'})
34 28 0 if (my $end = $$processor_args{'end'})
45 0 190 if ($$args_ref{'emulate'}) { }