Condition Coverage

blib/lib/Mojolicious/Plugin/SendEmail.pm
Criterion Covered Total %
condition 12 20 60.0


or 2 conditions

line l !l condition
190 2 15 $args{'subject'} // ""
202 2 1 $args{'params'} // {}
215 0 17 $args{'headers'} // []
219 0 17 $args{'attachments'} // []
221 0 0 $att->[1] // {}
227 0 17 $args{'files'} // []
229 0 0 $att->[1] // {}

or 3 conditions

line l !l&&r !l&&!r condition
105 1 6 0 delete $conf->{'recipient_resolver'} // sub ($add) { $add; }
182 1 16 1 $args{'from'} // $from